eth_sendRawTransaction RPC Method
Parameters
data
REQUIRED
The signed transaction (typically signed with a library, using your private key)
Returns
result
The transaction hash, or the zero hash if the transaction is not yet available
Request
1curl https://docs-demo.sei-pacific.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{"jsonrpc":"2.0","method":"eth_sendRawTransaction","params":["SIGNED_TRANSACTION"],"id":1}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free