Get Quai Balance
get_balanceCheck the QUAI balance of any Quai Network address. The correct zone is resolved automatically from the address, returning raw wei and formatted QUAI.
Instructions
Get the QUAI balance of an address on Quai Network. Quai is a sharded network where every address belongs to a specific zone (e.g. cyprus1, paxos2); this tool resolves the correct zone automatically from the address itself, so you never need to specify a shard yourself. Returns the balance in both raw wei and formatted QUAI. Read-only: no gas, signing, or private key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The Quai address to check the balance of, e.g. 0x00... | |
| network | No | Which Quai network to query: "mainnet" or "testnet" (the Orchard testnet). Defaults to mainnet. | mainnet |
| blockTag | No | Optional block number, hex block number, or tag ("latest", "earliest") to query at. Defaults to "latest". |