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

# Search Blocks

> Search for blocks matching specified criteria

### Query Parameters

<ParamField query="query" type="string" required>
  Query string (e.g. "block.height > 100")
</ParamField>

<ParamField query="page" type="integer">
  Page number (1-based)
</ParamField>

<ParamField query="per_page" type="integer">
  Number of entries per page (max: 100)
</ParamField>

<ParamField query="order_by" type="string">
  Sort order ("asc" or "desc")
</ParamField>

### Response

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

  <Expandable title="Properties">
    <ResponseField name="blocks" type="array">
      <p>List of matching blocks</p>
    </ResponseField>

    <ResponseField name="total_count" type="string">
      <p>Total number of matching blocks</p>
    </ResponseField>
  </Expandable>
</ResponseField>
