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

# NetworkRanking

> Input type of `NetworkRanking`.

<div data-generated>
  ## GraphQL

  ```
  input NetworkRanking {
    attribute: NetworkRankingAttribute
    direction: RankingDirection
  }

  enum NetworkRankingAttribute {
    liquidity
    volume5m
    volume1
    volume4
    volume12
    volume24
    volumeChange5m
    volumeChange1
    volumeChange4
    volumeChange12
    volumeChange24
    transactions5m
    transactions1
    transactions4
    transactions12
    transactions24
  }

  enum RankingDirection {
    ASC
    DESC
  }
  ```

  ### Used By

  **Used as input by**

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