Transactions

APIs for constructing, signing assistance, and broadcasting TRON transactions.

Common tasks

GoalRecommended path
Send TRXCreateTransaction → local signing → BroadcastTransaction → SolidityNode receipt; see Send your first transaction, with the lower-level steps in Sign and broadcast
Determine final transaction successGetTransactionInfoById (SolidityNode); do not rely on the broadcast response alone; see Confirmation semantics

APIs in this group

APIPurpose
CreateTransactionConstruct an unsigned TRX transfer transaction.
BroadcastTransactionBroadcast a signed transaction in JSON form.
BroadcastHexBroadcast a signed transaction as a hex string.

Related resources