Logo
Fireblocks API Documentation

get settlements transactions from exchange

GET {{baseUrl}}/off_exchange/settlements/transactions?mainExchangeAccountId=<string>

get settlements transactions from exchange

 

Body PARAM

Key Datatype Required Description 
mainExchangeAccountId
string (Required)



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "toExchange": [ { "assetId": "<string>", "amount": "<string>", "dstAddress": "<string>", "dstTag": "<string>" }, { "assetId": "<string>", "amount": "<string>", "dstAddress": "<string>", "dstTag": "<string>" } ], "toCollateral": [ { "asset": "<string>", "amount": "<string>", "srcAddress": "<string>", "srcTag": "<string>", "fee": "<string>" }, { "asset": "<string>", "amount": "<string>", "srcAddress": "<string>", "srcTag": "<string>", "fee": "<string>" } ] }



Curl
curl -X GET 'https://api.fireblocks.io/v1/off_exchange/settlements/transactions?mainExchangeAccountId=<string>?mainExchangeAccountId=<string>' -H 'Accept: application/json'

ENDPOINTS