Logo
Fireblocks API Documentation

Freeze Workspace

POST {{baseUrl}}/workspace/freeze

Freezes a Workspace so that ALL operations by ANY user are blocked.

You should only perform this action when the workspace faces imminent risk, such as when you have a security breach.

To unfreeze a workspace, the workspace Owner must submit a request to Fireblocks Support.

NOTE: - This operation can only be performed by the workspace Owner - Your workspace continues to receive incoming transfers during this time.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
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





Curl
curl -X POST 'https://api.fireblocks.io/v1/workspace/freeze' -H 'Idempotency-Key: <string>' -H 'Accept: application/json'

ENDPOINTS