get_price
Retrieve current spot price and 24-hour change for cryptocurrency ticker symbols. Supports up to 25 symbols per call with configurable quote currency.
Instructions
Get current spot price and 24h change for one or more ticker symbols.
Args: symbols: Ticker symbols, e.g. ["BTC", "ETH"]. Max 25 per call. vs_currency: Quote currency (default "usd").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | ||
| vs_currency | No | usd |