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

# LaunchpadRankingAttribute

> The attribute used to rank launchpads. Rankings apply to the combined stats by default; set `phase` on the ranking to rank by `pre` or `post` phase stats instead (stats attributes only).

<div data-generated>
  ## GraphQL

  ```
  enum LaunchpadRankingAttribute {
    volume1
    volume4
    volume12
    volume24
    buyVolume1
    buyVolume4
    buyVolume12
    buyVolume24
    sellVolume1
    sellVolume4
    sellVolume12
    sellVolume24
    volumeChange1
    volumeChange4
    volumeChange12
    volumeChange24
    transactions1
    transactions4
    transactions12
    transactions24
    buys1
    buys4
    buys12
    buys24
    sells1
    sells4
    sells12
    sells24
    activeTokens1
    activeTokens4
    activeTokens12
    activeTokens24
    liquidity
    marketCap
    poolFees1
    poolFees4
    poolFees12
    poolFees24
    totalFees1
    totalFees4
    totalFees12
    totalFees24
    feeToVolumeRatio1
    feeToVolumeRatio4
    feeToVolumeRatio12
    feeToVolumeRatio24
    timestamp
    tokensTotal
    tokensCompletedTotal
    tokensMigratedTotal
    migrationRate
    avgGraduationPercent
    tokensCreated1
    tokensCreated4
    tokensCreated12
    tokensCreated24
    tokensCreated1w
    tokensCompleted1
    tokensCompleted4
    tokensCompleted12
    tokensCompleted24
    tokensCompleted1w
    tokensMigrated1
    tokensMigrated4
    tokensMigrated12
    tokensMigrated24
    tokensMigrated1w
    migrationRate24
    migrationRate1w
  }
  ```

  ### Used By

  **Used as input by**

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