For the complete documentation index, see llms.txt. This page is also available as Markdown.

Send BackBundle

接口說明

本接口方法名為eth_sendBackBundle ,用於接收塊尾bundle,允許bundle內所有交易的gas price為0 gwei。目前該接口僅支持Virginia端點,建議將服務部署於附近。

端點

https://virginia.builder.blockrazor.io

請求參數

參數
必選
格式
示例
描述

txs

array[hex]

["0x…4b"]

經過簽名的raw transaction,仅允许一笔

blockNumber

uint64

106210501

該bundle期望被包含的目标区块

請求示例

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": 106210501
      }
    ]
  }' \
  https://virginia.builder.blockrazor.io

返回示例

正常

異常

最後更新於

這有幫助嗎?