broker_get_asset_price
Fetch cryptocurrency exchange rates from Bit2Me Wallet by specifying quote symbol and date. Optionally filter by base symbol for historical or current prices.
Instructions
Get Wallet exchange rates for cryptocurrencies in a specific quote symbol and date. Returns the price of one unit of the base symbol in the requested quote symbol (default: EUR) as used by the Wallet/Broker service. Optional base_symbol filter and date for historical rates. Response is a list of prices. [PUBLIC]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quote_symbol | No | Target quote symbol (e.g., EUR, USD) | |
| base_symbol | No | Filter by specific base symbol (e.g., BTC) | |
| date | No | Timestamp or date string (ISO 8601) for historical rates |