get_erc20_balance
Retrieve the ERC20 token balance for a specific Ethereum address and token contract using the EVM MCP Server. Specify the network, address, and token contract to fetch the balance.
Instructions
Get the ERC20 token balance of an Ethereum address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The Ethereum address to check | |
network | No | Network name or chain ID. Defaults to Ethereum mainnet. | |
tokenAddress | Yes | The ERC20 token contract address |