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

# TokenTopTradersRankingAttribute

> Attributes for ranking top traders. Each attribute applies to the stats for the requested trading period.

<div data-generated>
  ## GraphQL

  ```
  enum TokenTopTradersRankingAttribute {
    realizedProfitUsd
    volumeUsd
  }
  ```

  ### Used By

  **Used as input by**

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