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 number to retrieve fromendNum
— the ending block number (range limit)visible
— optional boolean parameter. When set totrue
, addresses are in base58 format. Default isfalse
.
Response
block
— array of block objects within the specified range, each containing:blockID
— the block hashblock_header
— block header with raw data and witness signaturetransactions
— array of transactions in each block
Use case
Thewallet/getblockbylimitnext
method is used for:
- Retrieving specific ranges of blocks for analysis
- Building paginated block explorers
- Analyzing blockchain activity within specific time periods
- Creating historical data analysis tools
- Implementing efficient block synchronization mechanisms
Body
application/json
Response
200 - application/json
Blocks within specified range