Skip to main content

eth_sendPrivateTransaction RPC Method

Loading...

Updated on
Nov 12, 2025

eth_sendPrivateTransaction RPC Method

Please note that this RPC method requires the Flashbots Protect add-on enabled on your Quicknode endpoint. Also, it is supported only supported on Ethereum mainnet.

Parameters

tx
string
REQUIRED
Loading...
maxBlockNumber
string
Loading...
preferences
object
Loading...
fast
boolean
Loading...

Returns

result
Loading...
Request
1
curl https://docs-demo.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"eth_sendPrivateTransaction","params":["RAW_SIGNED_TX"],"id":1,"jsonrpc":"2.0"}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": "0x45df1bc3de765927b053ec029fc9d15d6321945b23cac0614eb0b5e61f3a2f2a"
5
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free