get_block_by_limit_next
Retrieve a list of TRON blockchain blocks from a start height (inclusive) to an end height (exclusive).
Instructions
Retrieve a list of block objects within the specified block height range [startNum, endNum).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endNum | Yes | End block height (exclusive) | |
| network | No | Network name. Defaults to mainnet. | |
| startNum | Yes | Start block height (inclusive) |