Skip to main content

eth_sendRawTransactionSync RPC Method

Loading...

Updated on
Dec 12, 2025

eth_sendRawTransactionSync RPC Method

Parameters

signed_transaction
string
REQUIRED
Loading...

Returns

result
object
Loading...
blockHash
string
Loading...
blockNumber
string
Loading...
contractAddress
string|null
Loading...
cumulativeGasUsed
string
Loading...
effectiveGasPrice
string
Loading...
from
string
Loading...
gasUsed
string
Loading...
logs
array
Loading...
logsBloom
string
Loading...
status
string
Loading...
to
string
Loading...
transactionHash
string
Loading...
transactionIndex
string
Loading...
type
string
Loading...
Request
1
curl https://docs-demo.monad-mainnet.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"jsonrpc":"2.0","method":"eth_sendRawTransactionSync","params":["SIGNED_TRANSACTION"],"id":1}'
5
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free