Unfreeze a transaction

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

Unfreezes a transaction by ID and makes the transaction available again.

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"}