Skip to main content
POST
Broadcast Transaction

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

network
enum<string>
required

TRON network:

  • `mainnet` — TRON mainnet.
  • `testnet-nile` — TRON testnet.
Available options:
mainnet,
testnet-nile

Body

application/json
signedTransaction
string
required

Signed transaction in the hexadecimal format which needs to be broadcasted to the network.

Example:

"0x7b227472616e73616374696f6e4964223a2230786162632e2e2e"

Response

OK

Standard API success response envelope wrapping the result payload.

error
object | null
required

Error object. Always null on successful responses.

result
object
required

Response payload containing the requested data.