HTTP Methods
getBlocksWithLimit
Returns a list of confirmed blocks starting at the given slot.
POST
getBlocksWithLimit
Documentation Index
Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request Parameters
Starting Solana slot number from which to begin retrieving the sequential block list.
Maximum number of sequential blocks to return (up to 500,000 blocks per request).
Finality level to query blocks at - either confirmed (optimistic confirmation) or finalized (full confirmation).
confirmedfinalized
Authorizations
Body
application/json
The JSON-RPC protocol version.
Available options:
2.0 Example:
"2.0"
A unique identifier for the request.
Example:
"1"
The name of the RPC method to invoke.
Available options:
getBlocksWithLimit Example:
"getBlocksWithLimit"
Request parameters for the method.
Response
Successfully retrieved confirmed blocks.
getBlocksWithLimit