API task map

Map common integration tasks to the docs pages and reference APIs developers should read first, making it easier to choose the right entry point.

This page organizes TRON documentation by task. Find the task you need to complete, then open the related concept page and API reference page.

📘

Prerequisites


Transaction construction, signing, and broadcast

TaskRead firstCommon reference APIs
Create a TRX transfer transactionSign and broadcast — the API workflowCreateTransaction
Create a contract-call transactionContract calls and Energy billingTriggerSmartContract
Check signature weightAccount permission managementGetSignWeight
Broadcast a signed transactionConfirmation semanticsBroadcastTransaction, BroadcastHex
Confirm inclusion in the solidified chainSign and broadcast — the API workflow/walletsolidity/gettransactionbyid
Check the final smart-contract execution resultSign and broadcast — the API workflowGetTransactionInfoById (solidified state)

Accounts, balances, and resources

TaskRead firstCommon reference APIs
Understand addresses, accounts, and activationAccountsCreateAccount
Query current account stateAccountsGetAccount, FullNode
Query solidified account stateAccountsGetAccount (solidified state)
Query resource stateResource modelGetAccountResource
Query current TRC-20 balanceTRC-20TriggerConstantContract, TronGrid TRC-20 balances
Query account transaction historyRPC and indexer providersTronGrid account transaction history

Blocks, transactions, and indexing


Contracts, events, and internal transactions


Troubleshooting entry points

SymptomRead firstCommon reference APIs
Broadcast API returns an error codeTroubleshooting overviewBroadcastTransaction
The broadcast call reports no error, but the transaction is not on-chainBroadcast and RPC errorsGetTransactionById
Contract execution failsSmart-contract errorsGetTransactionInfoById
TronGrid returns rate-limit errors or 503Broadcast and RPC errorsTronGrid rate limits
Node sync or database issuesNode operations issuesGetNodeInfo

Related resources