Logo
Fireblocks API Documentation

Unfreeze a transaction

POST {{baseUrl}}/transactions/:txId/unfreeze

Unfreezes a transaction by ID and makes the transaction available again.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
X-End-User-Wallet-Id
string Unique ID of the End-User wallet to the API request. Required for end-user wallet operations.
Idempotency-Key
string A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Accept
string




RESPONSES

status OK

{ "success": "<boolean>" }



Curl
curl -X POST 'https://api.fireblocks.io/v1/transactions/:txId/unfreeze' -H 'X-End-User-Wallet-Id: <uuid>' -H 'Idempotency-Key: <string>' -H 'Accept: application/json'

ENDPOINTS