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

Robinhood Chain eth_sendRawTransaction

介紹BlockRazor Robinhood Chain eth_sendRawTransaction的集成方法

Robinhood Chain eth_sendRawTransaction暫不對用戶開放,如需對接請聯繫我們

eth_sendRawTransaction 是BlockRazor 為 Robinhood Chain 提供的交易發送接口,用户可通过该方法將已簽名的原始交易低延迟發送到鏈上,目前支持HTTPS协议。

請求參數

参数
必选
格式
示例
描述

-

String

"0x…4b"

經過簽名的raw transaction

請求示例

curl https://robinhood.blockrazor.io \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <auth-token>' \
  --data '{
  "jsonrpc": "2.0",
  "id": "1",
  "method": "eth_sendRawTransaction",
  "params": ["0x…9c"]
}'

返回示例

{
 "jsonrpc":"2.0",
 "id":"1",
 "result":"0xa06b……f7e8ec"  // 交易哈希
}

最後更新於

這有幫助嗎?