TypeScript
const response: Promise<FireblocksResponse<GetPagedExchangeAccountsResponse>> = fireblocks.exchangeAccounts.getPagedExchangeAccounts(exchangeAccountsApiGetPagedExchangeAccountsRequest);
{ "exchanges": [ { "id": "<string>", "type": "INDEPENDENT_RESERVE", "name": "<string>", "status": "<string>", "assets": [ { "id": "<string>", "balance": "<string>", "lockedAmount": "<string>", "total": "<string>", "available": "<string>", "credit": "<string>", "assetId": "2306088f-97ed-4293-8d28-8ab627f272d7", "providerSymbol": "BTC", "assetSymbol": "BTC", "assetLegacyId": "BTC" } ], "success": true, "tradingAccounts": [ { "type": "<string>", "name": "<string>", "assets": [ { "id": "<string>", "balance": "<string>", "lockedAmount": "<string>", "total": "<string>", "available": "<string>", "credit": "<string>", "assetId": "2306088f-97ed-4293-8d28-8ab627f272d7", "providerSymbol": "BTC", "assetSymbol": "BTC", "assetLegacyId": "BTC" } ] } ], "isSubaccount": true, "mainAccountId": "<string>" } ], "paging": { "after": "<string>", "before": "<string>" }, "prevUrl": "<string>", "nextUrl": "<string>" }
Documentation IndexFetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
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.
number of exchanges per page
1 <= x <= 5
An ExchangeAccount object
Show child attributes