Get you 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
Body
application/json
Response
200 - application/json
Array of solidified blocks in the specified range