eth_sendRawTransaction
Introduce how to integrate BlockRazor Ethereum RPC’s `eth_sendRawTransaction` method.
Endpoint
Endpoint type
URL
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
Other JSON-RPC Methods
Last updated
Was this helpful?