Skip to main content
POST
/
v1
/
debug
/
cancel_transaction
/
{txHash}
CancelTransaction
curl --request POST \
  --url https://api.example.com/v1/debug/cancel_transaction/{txHash}
{
  "txHash": "71c1348f2d7ff7e814f9c3617983703435ea7446de420aeac488bf1de35737e8"
}

Documentation Index

Fetch the complete documentation index at: https://docs.primev.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

txHash
string
required

Hex string encoding of the hash of the transaction that the bidder wants to cancel.

Response

A successful response.

Hash of the cancellation transaction request.

txHash
string
required

Hex string encoding of the hash of the transaction that the bidder wants to cancel.

Pattern: [a-fA-F0-9]{64}