token_price
Retrieve the live USD price of any token using its blockchain and contract address, CoinGecko ID, or symbol. No API key required.
Instructions
Get the live USD price of a token by {chain,address} (most precise) or by coingeckoId or symbol. Free key-less price feed (DefiLlama/CoinGecko).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain for an on-chain token address lookup. | |
| address | No | Token contract address (use with chain). | |
| coingeckoId | No | CoinGecko id, e.g. 'ethereum'. | |
| symbol | No | Token symbol, e.g. 'ETH' (best-effort). |