walletsolidity/getblockbylimitnext
Walletsolidity methods
walletsolidity/getblockbylimitnext | TRON
TRON API method that retrieves a range of solidified blocks by specifying start block number and limit. Chainstack TRON reference.
POST
walletsolidity/getblockbylimitnext
TRON API method that retrieves a range of solidified blocks by specifying start block number and limit. This method queries confirmed and finalized blockchain state, providing reliable block information that cannot be rolled back.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
startNum— the starting block numberendNum— the ending block number (range limit)
Response
Returns an array of block objects, each containing:blockID— the block hashblock_header— block header informationtransactions— array of transactions in each blockblockSize— size of each block in bytestimestamp— block creation timestampsnumber— block numbers in the range
Use case
Thewalletsolidity/getblockbylimitnext method is used for:
- Retrieving multiple confirmed blocks in sequence from solidified blockchain state
- Batch processing finalized block data for analysis
- Building blockchain explorers with paginated, reliable block data
- Implementing applications that require sequential confirmed block information
Last modified on May 18, 2026