market_coingecko_token_price
Retrieve token prices directly from contract addresses on EVM chains. Provide platform and addresses to access current price, market cap, volume, and 24h change.
Instructions
Get token price by contract address (for ERC20, BEP20, etc. tokens)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | Platform ID (ethereum, binance-smart-chain, polygon-pos, etc.) | |
| vsCurrencies | No | Comma-separated target currencies | usd |
| include24hrVol | No | Include 24hr volume | |
| includeMarketCap | No | Include market cap | |
| contractAddresses | Yes | Comma-separated contract addresses | |
| include24hrChange | No | Include 24hr change |