Send Bundle
介紹BlockRazor Block Builder的Send Bundle以及接入方法
接口說明
請求參數
參數
必選
格式
示例
描述
請求示例
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
}]
}'返回示例
最後更新於
這有幫助嗎?