token_info
The cheapest way to look up a Base token: name, symbol, decimals, total supply, holder count, price, liquidity, pool count, largest pool, FDV and 24h volume, from Blockscout and DexScreener. Deterministic, no LLM, seconds per call. It is the data half of token_check; for contract ownership, holder concentration and a honeypot simulation, buy that instead. Informational only. Price $0.005 per call, paid with USDC over x402.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | chain to look up; only "base" is supported in v1 | |
| address | Yes | a Base (chain id 8453) token contract address |