getBlocksWithLimit

Returns a list of confirmed blocks starting at the given slot.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
start_slotintegerRequired
The starting slot.
limitintegerRequired
The limit for the number of blocks to return.
ConfigurationobjectOptional
Optional configuration object.

Response

Returns an array of u64 integers listing confirmed blocks starting at the start_slot.