Skip to main content

Stops the private transactions from being submitted for the future blocks.

POST 

/:network/eth_cancelPrivateTransaction

Stops the private transactions from being submitted for the future blocks.

Request

Path Parameters

    network stringrequired

    Default value: eth-mainnet

    The blockchain network to connect to.

    Example: eth-mainnet

Query Parameters

    projectId stringrequired

    Default value: 8ry9f6t9dct1se2hlagxnd9n2a

    The id of your project. Can be found in your Histori dashboard.

    Example: 8ry9f6t9dct1se2hlagxnd9n2a
    maxRefund booleanrequired

    Default value: true

    The level of refund protection to apply. If true, more data will be shared with the builder, but more potential MEV will be rebated to the sender.

    Example: true

Body

    id integer
    jsonrpc string
    method string
    params undefined[]nullable

Responses

OK

Schema

    id integer
    jsonrpc string
    result string
Loading...