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

# WindowedDetailedNonCurrencyWalletStats

> The non-currency stats for a wallet over a time window.

<div data-generated>
  ## GraphQL

  ```
  type WindowedDetailedNonCurrencyWalletStats {
    swaps: Int!
    uniqueTokens: Int!
    wins: Int!
    losses: Int!
    avgHoldPeriodSec: Float
  }
  ```

  ### Used By

  **Returned by**

  * [detailedWalletStats](/api-reference/queries/detailedwalletstats.md): Returns detailed stats for a wallet.
</div>
