> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ipworld.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Genesis Chunked

> Get genesis document in chunks

### Query Parameters

<ParamField query="chunk" type="integer" required>
  Chunk number to get
</ParamField>

### Response

<ResponseField name="response" type="object">
  <p>Chunked genesis data</p>

  <Expandable title="Properties">
    <ResponseField name="chunk" type="integer">
      <p>Chunk number</p>
    </ResponseField>

    <ResponseField name="total" type="integer">
      <p>Total number of chunks</p>
    </ResponseField>

    <ResponseField name="data" type="string">
      <p>Chunk data</p>
    </ResponseField>
  </Expandable>
</ResponseField>
