Cancel a transaction
Cancels a transaction by Fireblocks Transaction ID.
Can be used only for transactions that did not get to the BROADCASTING state. Endpoint Permission: Admin, Non-Signing Admin, Signer, Approver, Editor.
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 cancel
Response
An Transaction object
Previous
Freeze a transactionFreezes a transaction by ID.
Usually used for AML integrations when the incoming funds should be quarantined.
For account based assets - the entire amount of the transaction is frozen
For UTXO based assets - all UTXOs of the specified transaction are frozen
Endpoint Permission: Admin, Non-Signing Admin.
Next
TypeScript