getBlocks
POST
/{apiKey}
Returns a list of confirmed blocks between two slots.
Path Parameters
apiKeystringrequireddefaults to docs-demoFor higher throughput, create your own API key
Request
start_slotintegerrequiredThe starting slot.
end_slotintegeroptionalThe ending slot.
ConfigurationobjectoptionalOptional configuration object.
Responses
200
Returns an array of u64 integers listing confirmed blocks.
List of confirmed blocks between slots.
Was this page helpful?