get_balance
Retrieve native token balance for a wallet on any blockchain, displaying amounts in both raw units and human-readable format to monitor asset holdings.
Instructions
Get the native token balance for a wallet on a specific chain. Returns balance in both wei (or lamports for Solana) and human-readable format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet_id | Yes | Wallet ID | |
| chain_id | No | Chain ID to check (defaults to wallet's default chain) |