get_token_price
Fetch real-time token prices, market caps, 24-hour volumes, and price changes by contract addresses across multiple blockchains using the CoinGecko API. Supports Ethereum, Binance Smart Chain, Polygon, and more for DeFi trading analysis.
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') |