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

# DetailedStatsWindowSize

> The window size used to request detailed stats.

<div data-generated>
  ## GraphQL

  ```
  enum DetailedStatsWindowSize {
    day1
    hour12
    hour4
    hour1
    min5
  }
  ```

  ### Used By

  **Returned by**

  * [getDetailedStats](/api-reference/queries/getdetailedstats.md) *(deprecated)*: Returns bucketed stats for a given token within a pair.
  * [onDetailedStatsUpdated](/api-reference/subscriptions/ondetailedstatsupdated.md): Live-streamed bucketed stats for a given token within a pair.

  **Used as input by**

  * [getDetailedStats](/api-reference/queries/getdetailedstats.md) *(deprecated)*: Returns bucketed stats for a given token within a pair.
</div>
