get_balance
Check the balance of a blockchain address for ETH or any supported token symbol like USDC.
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 |