get_events_by_block_number
Retrieve events emitted in a specific block with pagination support. Use precise block targeting to access full event data on the TRON blockchain.
Instructions
Get events emitted in a specific block. Supports pagination via limit and fingerprint. Preferred over get_events_of_latest_block when you need precise block targeting or full event retrieval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max events per page (default 20, max 200) | |
| network | No | Network name. Defaults to mainnet. | |
| blockNumber | Yes | The block number to query events for | |
| fingerprint | No | Pagination token from previous response | |
| onlyConfirmed | No | Only return confirmed events |