get_token_balance_erc20
Retrieve the ERC20 token balance for a specific address by providing the wallet address and token contract address, compatible with EVM networks via the EVM MCP Server.
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 or chain ID. Defaults to Ethereum mainnet. | |
tokenAddress | Yes | The ERC20 token contract address |