Token price & liquidity (free)
token_priceFREE real-time price snapshot for any EVM token by contract address: USD price, 5m/1h/6h/24h change, liquidity, 24h volume, market cap/FDV and the most-liquid DEX pair (DexScreener). Or pass a major symbol (ETH/BTC) for a Coinbase spot price. Read-only, free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain slug: base (default), ethereum, polygon, arbitrum, optimism, bsc, avalanche | |
| token | No | ERC-20 contract address (0x…) — preferred | |
| symbol | No | Major asset symbol (e.g. ETH, BTC) — used when no contract address is given |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asOf | Yes | ISO 8601 time the snapshot was read | |
| name | No | Token name | |
| note | No | Human-readable caveat about the snapshot, if any | |
| chain | No | Chain the quoted pair trades on | |
| query | No | The resolved lookup this snapshot answers (echoed so an agent can confirm what was priced) | |
| fdvUsd | No | Fully-diluted valuation in USD | |
| source | Yes | Data source | |
| symbol | No | Token symbol | |
| topPair | No | The most-liquid DEX pair used | |
| txns24h | No | 24h buy/sell transaction counts on the top pair | |
| priceUsd | Yes | Current USD price (most-liquid pair) | |
| recommend | No | Recommended paid next step (token_safety) — present for contract-address lookups where a rug/honeypot check matters | |
| priceChange | No | Percent price change by window | |
| liquidityUsd | No | Pair liquidity in USD | |
| marketCapUsd | No | Market cap in USD | |
| volume24hUsd | No | 24h trading volume in USD |