Logo
Fireblocks API Documentation

Find a specific fiat account

GET {{baseUrl}}/fiat_accounts/:accountId

Returns a fiat account by ID.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "id": "<string>", "type": "BLINC", "name": "<string>", "address": "<string>", "assets": [ { "id": "<string>", "balance": "<string>" }, { "id": "<string>", "balance": "<string>" } ] }



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

ENDPOINTS