Send BackBundle
Introduction
Endpoint
Request Parameter
Parameters
Mandatory
Format
Example
Description
Request Example
curl -X POST \
-H "Content-Type: application/json" \
-H "Authorization: <YOUR_TOKEN>" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "eth_sendBackBundle",
"params": [
{
"txs": ["0x...4b"],
"blockNumber": 106211355
}
]
}' \
https://virginia.builder.blockrazor.ioResponse Example
Last updated
Was this helpful?