API task map

Map common integration tasks to the docs pages and reference APIs you should read first, so developers and AI tools can choose the right entry point quickly.

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


Accounts, balances, and resources

TaskRead firstCommon reference APIs
Understand addresses, accounts, and activationAccountsCreateAccount
Query current account stateAccountsGetAccount, FullNode
Query solidified account stateAccountsGetAccount, SolidityNode
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

TaskRead firstCommon reference APIs
Query the latest blockBlocksGetNowBlock, FullNode
Query the latest solidified blockConfirmation semanticsGetNowBlock, SolidityNode
Query a block by numberBlocksGetBlockByNum, FullNode, GetBlockByNum, SolidityNode
Scan blocks in batchesBlocksGetBlockByLimitNext
Query the transaction bodyTransaction protocolGetTransactionById
Query the transaction receiptConfirmation semanticsGetTransactionInfoById, GetTransactionInfoById, SolidityNode

Contracts, events, and internal transactions


Troubleshooting entry points

SymptomRead firstCommon reference APIs
Broadcast API returns an error codeTroubleshooting overviewBroadcastTransaction
Broadcast succeeds 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