broadcasttransaction

TRONC1

Submits a signed transaction for inclusion. Signing happens client-side; only the signed payload is broadcast, keys never leave your infrastructure.

Endpoint
POST https://api.1st-node.com/v1/tron/wallet/broadcasttransaction

Parameters

NameTypeDescription
transactionobjectThe signed transaction object.

Returns

object — result and the transaction id.

Request

curl https://api.1st-node.com/v1/tron/wallet/broadcasttransaction \
  -H "Authorization: Bearer $ONE_KEY" \
  -H "content-type: application/json" \
  -d '{ "raw_data": {}, "signature": ["…"], "txID": "d5ec749ec…" }'
{ "raw_data": {}, "signature": ["…"], "txID": "d5ec749ec…" }

Response

{ "result": true, "txid": "d5ec749ec…" }
More transactions methods on TRON

TRON API

Top up, get a key, ship.

Self-serve. Pay in crypto or card. Metered by credits — heavy primitives cost more, simple ones are cheap.

Get API key