eth_sendBundle
Introduce how to integrate BlockRazor Ethereum RPC’s `eth_sendBundle` 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_sendBundle",
"params": [{
"Txs": [
"0xf8668203988405f5e100825208942ee393c739036a7660ec11bf2101d537eb52f3ac80808193a06836d5f4052376dc3114794da5fedd7a5b8090ddae0ec45dfa66c234fcabb6efa07cf17dad992c33e8e3e4d82355cfe12d3be2560fc2b0873c36dce398088d8e4f"
]
"revertingTxHashes":[],
"blockNumber":"0x3C04F81"
}]
}' https://eth.blockrazor.xyzResponse Example
Last updated
Was this helpful?