TronGrid v1 extension APIs for querying accounts, transactions, token balances, and account history.
TronGrid v1 extension APIs for querying accounts, transactions, token balances, and account history.
APIs in this group
Account queries
| API | Purpose |
|---|---|
| Get account info by address | Query account details by address. |
| Get TRC20 token balances by address | Query TRC-20 token balances for an address. |
Transaction history
| API | Purpose |
|---|---|
| Get transaction info by account address | Query transactions related to an account. |
| Get TRC20 transaction info by account address | Query TRC-20 transfer history for an account. |
| Get internal transactions by address | Query internal transactions related to an account. |
| Get internal transactions by transaction ID | Query internal transactions produced by one transaction. |
Related resources
- TronGrid v1 API overview — indexed extension APIs, API keys, pagination, and rate limits
- TronGrid node service and extension API introduction — hosted node access and extension APIs