get_balance
Retrieve the native token balance (ETH, MATIC, etc.) of a wallet address across EVM-compatible networks like Ethereum, Optimism, and Arbitrum. Specify the address and network to fetch accurate balance details.
Instructions
Get the native token balance (ETH, MATIC, etc.) for an address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The wallet address or ENS name (e.g., '0x1234...' or 'vitalik.eth') to check the balance for | |
network | No | Network name (e.g., 'ethereum', 'optimism', 'arbitrum', 'base', etc.) or chain ID. Supports all EVM-compatible networks. Defaults to Ethereum mainnet. |