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

# WindowedPredictionTraderAllTimeStats

> All-time stats for a prediction trader in a windowed context.

<div data-generated>
  ## GraphQL

  ```
  type WindowedPredictionTraderAllTimeStats {
    totalVolumeUsd: String!
    totalVolumeCT: String!
    totalProfitUsd: String!
    totalProfitCT: String!
  }
  ```

  ### Used By

  **Returned by**

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