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

Пополнили, получили ключ, запустили.

Полное самообслуживание. Оплата криптой или картой. Тарификация в кредитах — тяжёлые примитивы дороже, простые дёшевы.

Получить API-ключ