get_prices
Fetch current prices for up to 50 cryptocurrency tokens in a single request, batching them into one API call for efficiency.
Instructions
Get current prices for up to 50 cryptocurrency tokens in a single request. Always prefer this over multiple get_price calls when you need data for two or more tokens. It batches them into one CoinGecko API call and is significantly more efficient. Returns the same fields as get_price for each token. Symbols that cannot be resolved are omitted from the result without failing the entire batch. Accepts common symbols (BTC, ETH, SOL) or CoinGecko IDs. Returns an error if the list is empty or exceeds 50 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | ||
| currency | No | usd |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |