get_token_price
Retrieve the current USD price of any token on a given blockchain using its chain ID and contract address.
Instructions
Get the current USD price of a token on a specific chain.
For just the price, use this tool. For full fundamentals (marketCap, volume, liquidity, chart), use get_token_details instead.
For fee estimates on a specific bridge/swap route, use estimate_fees — this tool is for standalone token pricing only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Token contract address. For native tokens use: EVM "0x0000000000000000000000000000000000000000", Solana "11111111111111111111111111111111", Bitcoin "bc1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqmql8k8", Hyperliquid "0x00000000000000000000000000000000", Lighter "0". For other tokens, use the contract/mint address or look up via get_supported_tokens. | |
| chainId | Yes | Chain where the token lives (ID or name like 'ethereum', 'base'). |