Logo
Fireblocks API Documentation

List fiat accounts

GET {{baseUrl}}/fiat_accounts

Returns all fiat accounts.

 

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>" } ] }, { "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' -H 'Accept: application/json'

ENDPOINTS