get_contract_events
Get decoded events emitted by a smart contract via TronGrid REST API. Returns a compact summary per event. 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 | |
| event_name | No | Filter by specific event name (e.g. Transfer, Approval) | |
| 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 | |
| contract_address | Yes | TRON smart contract base58 address (starts with T) |