JSON-RPC
eth_sendRawTransaction
Request parameters
Parameters
Mandatory
Format
Example
Remark
Request Example
curl -X POST -H "Content-Type: application/json" --data '{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_sendRawTransaction",
"params": [
"0xd46e……445675"
]
}' https://bsc.blockrazor.xyzResponse Example
{
"id":1,
"jsonrpc": "2.0",
"result": "0xe670……527331"
}eth_sendMevBundle
Other JSON-RPC Methods
Last updated