Returns all connected accounts.
Note: This endpoint is currently in beta and might be subject to changes.
Documentation Index
Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
Whether to include only main accounts in the response.
Page size for pagination.
1 <= x <= 100Page cursor for pagination.
Get accounts response
List of connected accounts matching the query.
[
{
"id": "acc-123456",
"name": "Main Venue Account",
"providerId": "BRIDGE",
"status": "APPROVED",
"totalBalance": {
"amount": "1201.15",
"denominatedAssetId": "ea6c3cb7-355a-4ee3-82ff-267c69970214",
"hasFullAssetCoverage": true
},
"manifest": {
"assetTypes": [],
"capabilities": ["DEPOSITS", "WITHDRAWALS"]
}
},
{
"id": "acc-654321",
"name": "Secondary Account",
"providerId": "BRIDGE",
"status": "WAITING_FOR_APPROVAL",
"totalBalance": {
"amount": "0.00",
"denominatedAssetId": "ea6c3cb7-355a-4ee3-82ff-267c69970214",
"hasFullAssetCoverage": false
},
"manifest": {
"assetTypes": [],
"capabilities": ["WITHDRAWALS"]
}
}
]
Total number of accounts by query.
2
A cursor for the next page of results, if available.
"eyJwYWdlIjoyfQ=="