⚡ We welcome businesses to test our enterprise-grade service

Method: POST /wallet/broadcasttransaction

dropdown

方法 REST /wallet/broadcasttransaction 例如 Tron (TRX)

POST /wallet/broadcasttransaction

Method not allowed

广播签名的交易

Parameters

txID -

细绳

visible -

布尔

raw_data -

JSON对象

raw_data_hex -

细绳

signature -

字符串数组

Request

curl --location --request POST 'https://trx.getblock.io/wallet/broadcasttransaction' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}