Skip to main content

eth_sendRawTransaction RPC Method

Creates new message call transaction or a contract creation for signed transactions. The new API Credit value for this method is 20 when used part of the Core API. If you are using eth_sendRawTransaction as part of a Marketplace add-on, view the add-on's homepage for more information about the specific charge.

Updated on
Feb 20, 2025

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
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
1
curl https://docs-demo.bsc.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"jsonrpc":"2.0","method":"eth_sendRawTransaction","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