Retrieve current asset balances for a specific connected account as a flat list (one row per assetId, balanceType).
Note: This endpoint is currently in beta and might be subject to changes.
Documentation Index
Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the account to fetch balances for.
1Page size for pagination.
1 <= x <= 1000Page cursor for pagination.
Account balances response
Flat balance row for a single asset within an account and wallet type. One row per (assetId, balanceType).
[
{
"assetId": "BTC",
"availableAmount": "100.00",
"totalAmount": "120.00",
"balanceType": "FUNDING",
"balanceName": "Trader1 Wallet"
}
]Total number of balance rows by query.
2
A cursor for the next page of results, if available.
"eyJwYWdlIjoyfQ=="