get_contract_internal_transactions
Retrieve internal transactions triggered by smart contract execution for a TRON contract address. Supports pagination, time filters, and confirmation status.
Instructions
Get internal transactions (triggered by smart contract execution) for a contract address from TronGrid indexed data. Supports pagination via limit + fingerprint. Default 20, max 200.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max transactions per page (default 20, max 200) | |
| address | Yes | Contract address (base58 T-address or hex 41-prefixed) | |
| network | No | Network name. Defaults to mainnet. | |
| orderBy | No | Sort field, e.g. 'block_timestamp,desc' | |
| fingerprint | No | Pagination token from previous response | |
| maxTimestamp | No | Filter: maximum block timestamp (ms) | |
| minTimestamp | No | Filter: minimum block timestamp (ms) | |
| onlyConfirmed | No | Only return confirmed transactions | |
| onlyUnconfirmed | No | Only return unconfirmed transactions |