Unfreeze a transaction
Unfreezes a transaction by Fireblocks Transaction ID and makes the transaction available again. Endpoint Permission: Admin, Non-Signing Admin.
POST
TypeScript
Headers
Unique ID of the End-User wallet to the API request. Required for end-user wallet operations.
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.
Path Parameters
The ID of the transaction to unfreeze
Response
200 - application/json
Unfreeze response
Previous
Estimate transaction feeEstimates the transaction fee for a specific transaction request.
This endpoint simulates a transaction which means that the system will expect to have the requested asset and balance in the specified wallet.
**Note**: Supports all Fireblocks assets except ZCash (ZEC).
The PROGRAM_CALL operation is not supported by this endpoint — fee estimation for Solana program calls is not available.
Learn more about Fireblocks Fee Management in the following [guide](https://developers.fireblocks.com/reference/estimate-transaction-fee).
Endpoint Permission: Admin, Signer, Approver, Editor.
Next
TypeScript