coingecko_get_prices
Fetch current token prices in any currency using CoinGecko IDs. Optionally include market cap, 24h volume, and price change data.
Instructions
Get current prices of tokens using their CoinGecko IDs. Must provide valid CoinGecko IDs (use coingecko_search to find IDs first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of CoinGecko token IDs | |
| vsCurrencies | Yes | Array of currencies to get prices in (e.g., ['usd', 'eur']) | |
| include24hrVol | No | Include 24h volume data | |
| includeMarketCap | No | Include market cap data | |
| include24hrChange | No | Include 24h price change data | |
| includeLastUpdatedAt | No | Include last updated timestamp |