EVM
eth_sendPrivateTransaction
Sends a signed transaction to a private relay (like Flashbots Protect) for inclusion in a block without exposure to the public mempool. Provides frontrunning and revert protection.
POST
Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters: [transactionPayload]Positional parameters for
eth_sendPrivateTransaction:params[]: Payload object containing raw transaction and optional execution constraints.
Returns
Returns true if the transaction was successfully accepted, false otherwise. Example:
true.