Broadcast a hex-encoded transaction

Broadcasts a signed transaction to the TRON network using a hex-encoded string. This is useful when a transaction has already been constructed and signed externally.

Request

This endpoint expects an object.
transactionstringRequired

The hex-encoded signed transaction to be broadcast.

Response

Broadcast result
resultboolean or null
Whether the transaction was accepted by the network.
txidstring or null
Transaction ID.
codestring or null
Response code in case of error.
messagestring or null
Optional message, often encoded.