LogoLogo
  • Getting Started
  • API
    • eth_sendBundle
    • mev_sendBundle
  • eth_cancelBundle
  • eth_sendRawTransaction
  • eth_sendEndOfBlockBundle
  • Builder Public Keys
Powered by GitBook
On this page

eth_cancelBundle

eth_cancelBundle is used to prevent a submitted bundle from being included on-chain.

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "eth_cancelBundle",
  "params": [
    {
      replacementUuid // String, to uniquely identify submission
    }
  ]
}

replacementUuid must have been set when bundle was submitted.

Example Response:

{"result":200,"error":null,"id":1}
Previousmev_sendBundleNexteth_sendRawTransaction

Last updated 1 month ago