post
https://api.shasta.trongrid.io/wallet/getblockbylimitnext
Query all blocks in the block-number range [startNum, endNum).
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Query all blocks in the block-number range [startNum, endNum). The range includes startNum and excludes endNum.
Use this API for backfills and sequential scans from a FullNode head view. If the scan drives final accounting or confirmation logic, use the SolidityNode block APIs or scan only heights that are already solidified.
Related resources
- GetBlockByLatestNum — query the latest N blocks from the chain head
- GetBlockByNum — query one block by number
- GetNowBlock — query the latest produced block
- Blocks — block structure and block-query selection