Cancel a transaction
Transaction cancellation is only supported on Ethereum and BNB at the moment.
Merkle provides a best-effort transaction cancellation feature. While we will notify all participating builders not to process the transaction, we cannot fully guarantee that the transaction will not be mined, particularly if the cancellation request is made close to the slot's end time.
To cancel a transaction, you can use the eth_cancelTransaction
method via your Merkle RPC:
A successful response will return true
:
Last updated
Was this helpful?