getBlocksWithLimit RPC Method
Returns a list of confirmed blocks starting at the given slot.Parameters
u64
requiredStart slot, as
u64
integeru64
requiredLimit, as
u64
integer- Must be no more than 500,000 blocks higher than the
start_slot
object
optionalConfiguration object containing the following field:commitment
string
optionalDefault:
finalized
- “processed” is not supported
Result Details
The result field will be:- An array of
u64
integers listing confirmed blocks - Starts at the specified
start_slot
- Contains up to
limit
number of blocks - Inclusive range
- Maximum allowed range is 500,000 slots