Logo
Fireblocks API Documentation

List internal wallets

GET {{baseUrl}}/internal_wallets

Gets a list of internal wallets.

Note: BTC-based assets belonging to whitelisted addresses cannot be retrieved between 00:00 UTC and 00:01 UTC daily due to third-party provider, Blockchair, being unavailable for this 60 second period. Please wait until the next minute to retrieve BTC-based assets.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

[ { "id": "<string>", "name": "<string>", "assets": [ { "id": "<string>", "balance": "<string>", "lockedAmount": "<string>", "status": "WAITING_FOR_APPROVAL", "address": "<string>", "tag": "<string>", "activationTime": "<string>" }, { "id": "<string>", "balance": "<string>", "lockedAmount": "<string>", "status": "CANCELLED", "address": "<string>", "tag": "<string>", "activationTime": "<string>" } ], "customerRefId": "<string>" }, { "id": "<string>", "name": "<string>", "assets": [ { "id": "<string>", "balance": "<string>", "lockedAmount": "<string>", "status": "FAILED", "address": "<string>", "tag": "<string>", "activationTime": "<string>" }, { "id": "<string>", "balance": "<string>", "lockedAmount": "<string>", "status": "FAILED", "address": "<string>", "tag": "<string>", "activationTime": "<string>" } ], "customerRefId": "<string>" } ]



Curl
curl -X GET 'https://api.fireblocks.io/v1/internal_wallets' -H 'Accept: application/json'

ENDPOINTS