Logo
Fireblocks API Documentation

Freeze a transaction

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

Freezes a transaction by ID.

 

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/freeze' -H 'X-End-User-Wallet-Id: <uuid>' -H 'Idempotency-Key: <string>' -H 'Accept: application/json'

ENDPOINTS