balance_id. Wallets are created automatically the first time you receive a currency; there is no create-wallet endpoint. Use the Assets endpoints to read balances and reconcile the transactions behind them.
List all balances
Call List Assets to page through every wallet on the account. Filter bybalance_currency or balance_status (Pending, Active, Closed) if you only need a subset.
available_balance can be spent. Funds tied up by in-flight withdrawals, conversions, or risk review sit in frozen_balance until the order settles.
Retrieve one balance
When you already know the currency, fetch it directly with Retrieve Asset:Review transaction history
List Asset Transactions returns one unified ledger covering all order types — deposits, withdrawals, conversions (Sell / Buy / Swap), and transfers — so you can reconcile balances without calling each resource’s list endpoint separately.
Each transaction reports the sold side (
sell_currency / sell_amount), the bought side for conversions (buy_currency / buy_amount), and the fees charged (network_fee, processing_fee).
Related
- List Assets API
- List Asset Transactions API
- Core concepts — order types and statuses
- Supported assets and networks

