Get ERC-20 token info
network.token_infoRead ERC-20 token metadata — name, symbol, decimals, total supply — for a token contract on an EVM chain. Free, read-only.
Pass token as a contract address (0x…) or symbol USDC / USDC.e on chains where a lookup is configured. This server never holds a caller wallet, so no balance is ever returned — only public token metadata. Both chain and token are required. Supported chains: ethereum, sepolia, polygon, amoy, bsc, bsc-testnet, base, base-sepolia, tempo, tempo-testnet, arbitrum-one, monad, skale-base-sepolia.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | EVM network for the token contract. | |
| token | Yes | ERC-20 contract address (0x…) or symbol USDC / USDC.e where configured for the chain. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| chain | No | ||
| error | No | ||
| symbol | No | ||
| message | No | ||
| decimals | No | ||
| timestamp | No | ||
| totalSupply | No | Raw total supply (base units). | |
| tokenAddress | No | ||
| totalSupplyFormatted | No |