Send Bundle
Introduction to Send Bundle of BlockRazor Block Builder and integration methods
Introduction
Request Parameter
Parameters
Mandatory
Format
Example
Description
Request Example
curl https://virginia.builder.blockrazor.io \
-H 'content-type: application/json' \
-H 'Authorization: <auth-token>' \
--data '{
"jsonrpc": "2.0",
"id": "1",
"method": "eth_sendBundle",
"params": [{
"txs": [
"0x...4b",
"0x...5c"
],
"maxBlockNumber": 39177941,
"minTimestamp": 1710229370,
"maxTimestamp": 1710829390,
"revertingTxHashes": [
"0x44b89abe860142d3c3bda789cf955b69ba00b71882cd968ec407a70f4719ff06",
"0x7d7652c685e9fda4fe2e41bad017519cffeed8ba03d59aa6401284be2ec4244c"
],
"noMerge": false
}]
}'Response Example
Last updated
Was this helpful?