get_transaction_history
Get transaction history for a TRON address via TronGrid REST API. Returns a compact summary per transaction. Use a small limit and paginate with fingerprint to control response size
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return (1-200, default 10). Start small to avoid large responses; use fingerprint to paginate for more | |
| address | Yes | TRON base58 address (starts with T) | |
| only_to | No | Only show incoming transactions | |
| only_from | No | Only show outgoing transactions | |
| fingerprint | No | Pagination cursor from previous response meta.fingerprint — pass to fetch the next page | |
| max_timestamp | No | Maximum block timestamp in milliseconds | |
| min_timestamp | No | Minimum block timestamp in milliseconds | |
| only_confirmed | No | Only return confirmed transactions |