Cancel a transaction

POST {{baseUrl}}/developer/transactions/:id/cancel

Cancels a specified on-chain digital asset transfer from a developer-controlled wallet. Gas fees may still be incurred.

https://developers.circle.com/w3s/reference/createdevelopertransactioncancel

Request Body

{"idempotencyKey"=>"{{$guid}}", "entitySecretCiphertext"=>"{{entitySecretCiphertext}}"}

RESPONSES

status: OK

{"data":{"id":"6afa7619-4ee5-574b-908d-d0e014c414cc","state":"SENT"}}