get_balance
Retrieve the balance of SUI or any custom coin for a Sui address, with optional historical querying at a specific checkpoint.
Instructions
Get the balance of a specific coin type for a Sui address. Defaults to SUI. Optionally query balance at a historical checkpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Owner address (0x...) | |
| network | No | Which Sui network to run this call against: 'mainnet' (default), 'testnet', or 'devnet'. Set this per-call — different tool calls in the same session can target different networks (e.g. to compare a value on testnet against mainnet). | |
| coin_type | No | Coin type (default: 0x2::sui::SUI) | |
| at_checkpoint | No | Query balance at a specific checkpoint (for historical balances) |