Skip to main content

eth_sendRawTransaction RPC Method

Loading...

Updated on
Nov 12, 2025

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.
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 https://docs-demo.matic.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