get_token_price
Retrieve token prices by contract addresses using the CoinGecko API, with options for market cap, 24hr volume, price change, and total reserve in USD.
Instructions
Get token prices by contract addresses using CoinGecko API
Input Schema
Name | Required | Description | Default |
---|---|---|---|
addresses | Yes | Token contract addresses, comma-separated for multiple tokens | |
include_24hr_price_change | No | Include 24hr price change (optional) | |
include_24hr_vol | No | Include 24hr volume (optional) | |
include_market_cap | No | Include market capitalization (optional) | |
include_total_reserve_in_usd | No | Include total reserve in USD (optional) | |
mcap_fdv_fallback | No | Return FDV if market cap is not available (optional) | |
network | Yes | Network ID (e.g., 'eth', 'bsc', 'polygon_pos') |