Transactions

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

Common tasks

GoalRecommended path
Send and confirm TRXCreateTransaction → local signing → BroadcastTransaction → /walletsolidity/gettransactionbyid; see Send your first transaction, with the lower-level steps in Sign and broadcast
Confirm inclusion in the solidified chainQuery the transaction body through /walletsolidity/gettransactionbyid; do not rely on the broadcast response alone
Check the final smart-contract execution resultGetTransactionInfoById (solidified state); 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