get_block_by_latest_num
Retrieve a specified number of recent TRON blocks in descending height order, starting from the current solidified block. Useful for tracking recent blockchain activity.
Instructions
Retrieve the most recent N blocks, starting from the latest solidified block in descending order of height.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| num | Yes | Number of latest blocks to retrieve (1-100) | |
| network | No | Network name. Defaults to mainnet. |