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.
transaction
The hex-encoded signed transaction to be broadcast.
Response
Broadcast result
result
Whether the transaction was accepted by the network.
txid
Transaction ID.
code
Response code in case of error.
message
Optional message, often encoded.