Bundle API
eth_sendBundle
Request Parameters
Parameter
Mandatory
Format
Example
Description
Request Example
curl https://bsc.rpc.blocksec.com \
-X POST \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": "1",
"method": "eth_sendBundle",
"params": {
...
}
}' Response Example
Last updated