Logo
Fireblocks API Documentation

Find an asset for an exchange account

GET {{baseUrl}}/exchange_accounts/:exchangeAccountId/:assetId

Returns an asset for an exchange account.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "id": "<string>", "balance": "<string>", "lockedAmount": "<string>", "total": "<string>", "available": "<string>", "credit": "<string>" }



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

ENDPOINTS