getBlocksWithLimit
Returns a list of confirmed blocks starting at the given slot.
Path parameters
apiKey
Request
This endpoint expects an object.
start_slot
The starting slot.
limit
The limit for the number of blocks to return.
Configuration
Optional configuration object.
Response
Returns an array of u64 integers listing confirmed blocks starting at the start_slot.