get_token_balance
Retrieve an ERC-20 token balance for any address on supported networks, automatically using on-chain decimals and symbol for accurate display.
Instructions
Get an ERC-20 token balance for an address, using the token's on-chain decimals and symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | ERC-20 token contract address. | |
| address | Yes | Holder address to query. | |
| network | No | Target network. One of: ethereum, base, arbitrum, optimism, polygon, sepolia, base-sepolia, arbitrum-sepolia, optimism-sepolia, polygon-amoy. Defaults to the server's configured default network. |