Skip to main content

genesis_chunked REST API Endpoint

Retrieves Genesis in multiple chunks.

Updated on
Apr 15, 2024

genesis_chunked REST API Endpoint

Query Parameters

chunk
integer
REQUIRED
The sequence number of the chunk to download. The default value is 0

Returns

result
object
The result object with the following fields:
chunk
Indicates the chunk number
total
Indicates the total number of chunks
data
The actual data contained in the chunk, encoded in base64
Request
1
curl --location 'https://docs-demo.sei-arctic.quiknode.pro/genesis_chunked?chunk=0'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free