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

# BlocksInput

> BlocksInput input type

<div data-generated>
  ## GraphQL

  ```
  input BlocksInput {
    networkId: Int!
    blockNumbers: [Int!]
    timestamps: [Int!]
  }
  ```

  ### Used By

  **Used as input by**

  * [blocks](/api-reference/queries/blocks.md): Returns block data for the input blockNumbers or timestamps, maximum 25 inputs.
</div>
