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

# RangeInput

> The range of time for a chart.

<div data-generated>
  ## GraphQL

  ```
  input RangeInput {
    start: Int!
    end: Int!
  }
  ```

  ### Used By

  **Used as input by**

  * [walletChart](/api-reference/queries/walletchart.md): Returns a chart of a wallet's activity.
</div>
