get_crypto_price
Retrieve current cryptocurrency prices for multiple coin IDs, with optional 24-hour price change and market cap data. Supports multiple fiat currencies for price conversion.
Instructions
Get current prices for cryptocurrencies. $0.001 per request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Comma-separated coin IDs (e.g., 'bitcoin,ethereum,solana') | |
| currencies | No | Comma-separated fiat currencies (default: 'usd') | usd |
| include_24h | No | Include 24h price change | |
| include_mcap | No | Include market cap |