Accelerate a transaction
POST {{baseUrl}}/developer/transactions/:id/accelerate
Accelerates a specified on-chain digital asset transfer from a developer-controlled wallet. Additional gas fees may be incurred.
https://developers.circle.com/w3s/reference/createdevelopertransactionaccelerate
Request Body
{"idempotencyKey"=>"{{$guid}}", "entitySecretCiphertext"=>"{{entitySecretCiphertext}}"}
RESPONSES
status: OK
{"data":{"id":"6afa7619-4ee5-574b-908d-d0e014c414cc","state":"SENT"}}