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

# WindowedDetailedNonCurrencyWalletStatsYear

> The non-currency stats for a wallet over the 1-year window. Mirrors `WindowedDetailedNonCurrencyWalletStats`, but scopes the deprecation of `uniqueTokens` to the 1-year window only.

<div data-generated>
  ## GraphQL

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

  ### Used By

  **Returned by**

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