Skip to main content

Creates new message call transaction or a contract creation for signed transactions. Sends the transaction to all available providers. If all providers fail, return an error. After the RPC responses are received from all providers, they get compared. If the responses are different, there is a mallicious one and the call should not be trusted. If the responses are the same, the transaction is considered successful.

POST 

/:network/eth_sendAll

Creates new message call transaction or a contract creation for signed transactions.

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

Body

    id integer
    jsonrpc string
    method string
    params undefined[]nullable

Responses

OK

Schema

    id integer
    jsonrpc string
    result string
Loading...