Skip to main content

eth_sendRawTransaction RPC Method

Loading...

Updated on
May 01, 2026

eth_sendRawTransaction RPC Method

Please note that starting from version v1.3.4, Bor enforces a minimum gas value of 25 gwei across all networks (Mainnet and Amoy), overriding any values set by CLI flags. This update is part of the implementation of PIP-35.

Parameters

data
string
Loading...

Returns

result
Loading...
Request
1
curl -X POST "https://docs-demo.matic.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.matic.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
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": "0x0000000000000000000000000000000000000000000000000000000000000000"
5
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": "0x0000000000000000000000000000000000000000000000000000000000000000"
5
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free