get_balance
Retrieve the balance of an Ethereum address for native ETH or specific token symbols. Enables AI agents to verify funds before making payments.
Instructions
Get the balance of an address (read-only).
Args: address: the 0x address to check asset: "ETH" (native, default) or a token symbol such as "USDC"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | ETH | |
| address | Yes |