> ## 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

> Get genesis document

### Response

<ResponseField name="response" type="object">
  <p>Genesis information</p>

  <Expandable title="Properties">
    <ResponseField name="genesis" type="object">
      <p>Genesis document</p>

      <Expandable title="Properties">
        <ResponseField name="genesis_time" type="string">
          <p>Genesis time</p>
        </ResponseField>

        <ResponseField name="chain_id" type="string">
          <p>Chain ID</p>
        </ResponseField>

        <ResponseField name="initial_height" type="string">
          <p>Initial height</p>
        </ResponseField>

        <ResponseField name="consensus_params" type="object">
          <p>Consensus parameters</p>
        </ResponseField>

        <ResponseField name="validators" type="array">
          <p>Initial validator set</p>
        </ResponseField>

        <ResponseField name="app_hash" type="string">
          <p>Application hash</p>
        </ResponseField>
      </Expandable>
    </ResponseField>
  </Expandable>
</ResponseField>
