evm_get_token_balance
Retrieve a wallet's ERC-20 token balance by providing the token contract address.
Instructions
Get ERC-20 token balance (USDC, WETH, DAI, etc.) for an owner address. Requires the token contract address. For native token balance (ETH, MATIC), use evm_get_balance instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | No | Chain ID (defaults to runtime config) | |
| ownerAddress | Yes | Owner wallet address | |
| tokenAddress | Yes | ERC-20 token contract address |