Crypto price, 24h change, market cap
get_crypto_priceFetch current price, 24-hour change, and market cap for one or more cryptocurrencies by supplying CoinGecko IDs. Use optional quote currency to get values in USD, EUR, or other currencies.
Instructions
Current price, 24h change percent, and market cap for one or more cryptocurrencies. Price: $0.001 per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vs | No | Quote currency, e.g. "usd", "eur" (default usd) | |
| ids | Yes | Comma-separated CoinGecko coin ids, e.g. "bitcoin,ethereum" |