evm_get_balance
Retrieve native token balance (ETH, MATIC, BNB) for any wallet address or ENS name. Does not include ERC-20 tokens.
Instructions
Get NATIVE token balance (ETH, MATIC, BNB, etc.) for an address or ENS name. This does NOT return ERC-20 token balances — use evm_get_token_balance for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Wallet address or ENS name | |
| chainId | No | Chain ID (defaults to runtime config) |