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

# EventQueryTimestampInput

> Input type of `EventQueryTimestamp`.

<div data-generated>
  ## GraphQL

  ```
  input EventQueryTimestampInput {
    from: Int!
    to: Int!
  }
  ```

  ### Used By

  **Used as input by**

  * [getTokenEvents](/api-reference/queries/gettokenevents.md): Returns transactions for a pair.
  * [getTokenEventsForMaker](/api-reference/queries/gettokeneventsformaker.md): Returns a list of token events for a given maker (wallet address).
</div>
