get_prices
Retrieve real-time prices, market caps, volume, and 24h change for multiple cryptocurrencies by providing CoinGecko IDs. Useful for quick price checks across tokens.
Instructions
Get real-time prices, market caps, 24h volume, and 24h price change for one or more coins. Accepts comma-separated CoinGecko IDs (use search_coins to find IDs). Returns formatted price, market cap, volume, and 24h change percentage for each coin. Useful for quick price checks across multiple tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin_ids | Yes | Comma-separated CoinGecko IDs (e.g. 'bitcoin,ethereum,solana') | |
| vs_currency | No | Target currency (default: usd) | usd |