Skip to main content

eth_sendRawTransaction RPC Method

Loading...

Updated on
Feb 11, 2026

eth_sendRawTransaction RPC Method

Protect your transactions from toxic MEV threats like sandwich attacks and front-running, by enabling the Merkle - MEV Protection & Gas Recovery add-on on your Quicknode endpoint. To learn more about MEV and how to protect your transactions, check out our in-depth guide: What is MEV (Maximum Extractable Value) and How to Protect Your Transactions with Quicknode.

Parameters

data
Loading...

Returns

result
Loading...
Request
1
curl -X POST "https://docs-demo.arbitrum-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_sendRawTransaction",
6
"params": [
7
"signed transaction"
8
],
9
"id": 1
10
}'
1
curl -X POST "https://docs-demo.arbitrum-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_sendRawTransaction",
6
"params": [
7
"signed transaction"
8
],
9
"id": 1
10
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free