get_token_balance
Retrieve the token balance for any wallet address on EVM-compatible networks. Specify the token contract address and network to get real-time balance data.
Instructions
Get balance of a specific token
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Wallet address | |
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| tokenAddress | Yes | Token contract address |