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

> Get header at a specified height

### Query Parameters

<ParamField query="height" type="integer">
  Height to return. If no height is provided, it will fetch the latest header.
</ParamField>

### Response

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

  <Expandable title="Properties">
    <ResponseField name="header" type="object">
      <p>Block header data</p>
    </ResponseField>
  </Expandable>
</ResponseField>
