get_events_of_latest_block
Fetches events from the most recent block that contains events, skipping empty blocks. Useful for monitoring recent TRON blockchain activity.
Instructions
Get events from the most recent block that contains events (skips empty blocks). Results may be limited by the API default page size and subject to event indexing lag. For precise control, use get_events_by_block_number with a specific block number and limit/fingerprint pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name. Defaults to mainnet. | |
| onlyConfirmed | No | Only return confirmed events |