get_erc20_balance
Retrieve the ERC20 token balance for a wallet address on EVM networks. Specify token address, wallet address, and private key to get the current balance.
Instructions
Get ERC20 token balance for an address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The address to check balance for | |
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| privateKey | Yes | Private key in hex format (with or without 0x prefix). SECURITY: This is used only for address derivation and is not stored. The private key will not be logged or displayed in chat history. | |
| tokenAddress | Yes | The ERC20 token contract address |