Broadcast a transaction

Broadcasts a signed transaction to the TRON network. The transaction must be correctly formed and signed before being sent.

Request

This endpoint expects an object.
raw_dataobjectRequired
Raw transaction object.
raw_data_hexstringRequired

Hex-encoded raw transaction data.

Response

Broadcast result
codestring or null
Broadcast result code.
txidstring or null
Transaction ID.
messagestring or null
Encoded message string.