A wallet has two balances that matter for spend:Documentation Index
Fetch the complete documentation index at: https://docs.clear-box.io/llms.txt
Use this file to discover all available pages before exploring further.
| Balance | Meaning |
|---|---|
| Settled | Funds that have fully settled on-chain. |
| Available | Settled funds minus active holds — the amount the mirror ledger will authorize against. |
Get a balance
Staying in sync
Rather than polling, subscribe to balance-affecting webhooks (deposit.settled, transaction.authorized, transaction.settled) and update your local view on each event. See Event types.