broker_get_asset_price
Retrieve cryptocurrency exchange rates from Bit2Me Wallet for any base and quote symbol, with optional date selection for historical 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 |
|---|---|---|---|
| date | No | Timestamp or date string (ISO 8601) for historical rates | |
| base_symbol | No | Filter by specific base symbol (e.g., BTC) | |
| quote_symbol | No | Target quote symbol (e.g., EUR, USD) |