get_price
Retrieve current spot prices for any cryptocurrency from multiple exchanges, including an average price. Specify a base currency like BTC and an optional quote currency.
Instructions
Get current spot price for a crypto asset. Provide base_currency (e.g. BTC) and optional quote_currency (default USDT). Returns per-source prices from multiple exchanges and an average. For perpetual futures data (funding rates), use get_funding_rate instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_currency | Yes | Base currency ticker, e.g. BTC, ETH, SOL | |
| quote_currency | No | Quote currency, e.g. USDT. Defaults to exchange default. |