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

# ExchangeRankingAttribute

> The attribute used to rank exchanges.

<div data-generated>
  ## GraphQL

  ```
  enum ExchangeRankingAttribute {
    txnCount1
    txnCount4
    txnCount12
    txnCount24
    volumeUSD1
    volumeUSD4
    volumeUSD12
    volumeUSD24
    volumeNBT1
    volumeNBT4
    volumeNBT12
    volumeNBT24
    dailyActiveUsers
    monthlyActiveUsers
  }
  ```

  ### Used By

  **Used as input by**

  * [filterExchanges](/api-reference/queries/filterexchanges.md): Returns a list of exchanges based on a variety of filters.
</div>
