> ## 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 Block By Hash

> Get block by hash

### Query Parameters

<ParamField query="hash" type="string" required>
  Block hash
</ParamField>

### Response

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

  <Expandable title="Properties">
    <ResponseField name="block_id" type="object">
      <p>Block ID information</p>
    </ResponseField>

    <ResponseField name="block" type="object">
      <p>Block data</p>
    </ResponseField>
  </Expandable>
</ResponseField>
