market_coingecko_simple_price
Retrieve current prices of multiple cryptocurrencies in various fiat and digital currencies, with optional market cap, volume, and 24-hour change data.
Instructions
Get current price of coins in multiple currencies (most efficient for price lookup)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Comma-separated coin IDs (bitcoin,ethereum,etc.) | |
| vsCurrencies | No | Comma-separated target currencies (usd,eur,btc) | usd |
| include24hrVol | No | Include 24hr volume | |
| includeMarketCap | No | Include market cap | |
| include24hrChange | No | Include 24hr change | |
| includeLastUpdatedAt | No | Include last updated timestamp |