⚡ We welcome businesses to test our enterprise-grade service

xmr
Monero (XMR)

Method: POST relay_tx

dropdown

方法 RPC relay_tx 例如 Monero (XMR)

POST relay_tx

中继交易 ID 列表。

Parameters

txids - 字符串数组

要中继的交易 ID 列表

Request

curl --location --request POST 'https://xmr.getblock.io/mainnet/json_rpc' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{"jsonrpc": "2.0",
"method": "relay_tx",
"params": {"txids": "9fd75c429cbe52da9a52f2ffc5fbd107fe7fd2099c0d8de274dc8a67e0c98613"},
"id": "getblock.io"}'


Response

{
    "id": "getblock.io",
    "jsonrpc": "2.0",
    "result": {
        "credits": 0,
        "status": "OK",
        "top_hash": "",
        "untrusted": false
    }
}