📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

Method: POST /wallet/broadcasthex

dropdown

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

POST /wallet/broadcasthex

Method not allowed

符号后广播Protobuf编码的交易十六进制字符串

Parameters

transaction -

细绳

签名后交易十六进制

Request

curl --location --request POST 'https://trx.getblock.io/wallet/broadcasthex' 
--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"
}