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

# PredictionTraderStatsDuration

> The duration used to request windowed trader stats.

<div data-generated>
  ## GraphQL

  ```
  enum PredictionTraderStatsDuration {
    day30
    week1
    day1
    hour12
    hour4
    hour1
  }
  ```

  ### Used By

  **Used as input by**

  * [detailedPredictionTraderStats](/api-reference/queries/detailedpredictiontraderstats.md): Returns windowed and all-time stats for a prediction trader.
</div>
