Freeze a transaction

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

Freezes a transaction by ID.

HEADERS

KeyDatatypeRequiredDescription
X-End-User-Wallet-IdstringUnique ID of the End-User wallet to the API request. Required for end-user wallet operations.
Idempotency-KeystringA 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.
Acceptstring

RESPONSES

status: OK

{"success":"\u003cboolean\u003e"}