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

# TradingPeriod

> A time period used when calculating wallet trading data.

<div data-generated>
  ## GraphQL

  ```
  enum TradingPeriod {
    DAY
    WEEK
    MONTH
    YEAR
  }
  ```

  ### Used By

  **Returned by**

  * [tokenTopTraders](/api-reference/queries/tokentoptraders.md): Returns a list of top traders for a given token.

  **Used as input by**

  * [tokenTopTraders](/api-reference/queries/tokentoptraders.md): Returns a list of top traders for a given token.
</div>
