coingeckotokeninfoagent_get_token_price_multi
Retrieve current prices and optional market data for multiple cryptocurrencies using CoinGecko IDs in a single API call. Supports target currencies, market cap, trading volume, price change, and precision settings for efficient data access.
Instructions
Fetch price data for multiple tokens at once using CoinGecko IDs. Efficiently retrieves current prices and optional market data for multiple cryptocurrencies in a single API call.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ids | Yes | Comma-separated CoinGecko IDs of the tokens to query | |
include_24hr_change | No | Include 24hr price change percentage | |
include_24hr_vol | No | Include 24hr trading volume data | |
include_last_updated_at | No | Include timestamp of when the data was last updated | |
include_market_cap | No | Include market capitalization data | |
precision | No | Decimal precision for currency values (e.g., 'full' for maximum precision) | |
vs_currencies | Yes | Comma-separated target currencies (e.g., usd,eur,btc) | usd |