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

# TokenRankingAttribute

> The attribute used to rank tokens.

<div data-generated>
  ## GraphQL

  ```
  enum TokenRankingAttribute {
    createdAt
    tokenCreatedAt
    lastTransaction
    buyCount5m
    buyCount1
    buyCount4
    buyCount12
    buyCount24
    change5m
    change1
    change4
    change12
    change24
    volumeChange5m
    volumeChange1
    volumeChange4
    volumeChange12
    volumeChange24
    high5m
    high1
    high4
    high12
    high24
    holders
    notableHolderCount
    liquidity
    low5m
    low1
    low4
    low12
    low24
    marketCap
    circulatingMarketCap
    priceUSD
    sellCount5m
    sellCount1
    sellCount4
    sellCount12
    sellCount24
    trendingScore
    trendingScore5m
    trendingScore1
    trendingScore4
    trendingScore12
    trendingScore24
    txnCount5m
    txnCount1
    txnCount4
    txnCount12
    txnCount24
    uniqueBuys5m
    uniqueBuys1
    uniqueBuys4
    uniqueBuys12
    uniqueBuys24
    uniqueSells5m
    uniqueSells1
    uniqueSells4
    uniqueSells12
    uniqueSells24
    uniqueTransactions5m
    uniqueTransactions1
    uniqueTransactions4
    uniqueTransactions12
    uniqueTransactions24
    volume5m
    volume1
    volume4
    volume12
    volume24
    buyVolume5m
    buyVolume1
    buyVolume4
    buyVolume12
    buyVolume24
    sellVolume5m
    sellVolume1
    sellVolume4
    sellVolume12
    sellVolume24
    poolFees5m
    poolFees1
    poolFees4
    poolFees12
    poolFees24
    baseFees5m
    baseFees1
    baseFees4
    baseFees12
    baseFees24
    priorityFees5m
    priorityFees1
    priorityFees4
    priorityFees12
    priorityFees24
    builderTips5m
    builderTips1
    builderTips4
    builderTips12
    builderTips24
    l1DataFees5m
    l1DataFees1
    l1DataFees4
    l1DataFees12
    l1DataFees24
    totalFees5m
    totalFees1
    totalFees4
    totalFees12
    totalFees24
    feeToVolumeRatio5m
    feeToVolumeRatio1
    feeToVolumeRatio4
    feeToVolumeRatio12
    feeToVolumeRatio24
    launchpadCompletedAt
    launchpadMigratedAt
    graduationPercent
    walletAgeAvg
    walletAgeStd
    swapPct1dOldWallet
    swapPct7dOldWallet
    sniperHeldPercentage
    bundlerHeldPercentage
    insiderHeldPercentage
    suspiciousHeldPercentage
    sniperCount
    bundlerCount
    insiderCount
    suspiciousCount
    devHeldPercentage
    top10HoldersPercent
    coinCommunityPostCount
    coinCommunityMemberCount
    coinCommunityLikeCount
    coinCommunityLastPostAt
  }
  ```

  ### Used By

  **Used as input by**

  * [categoryTokens](/api-reference/queries/categorytokens.md)
  * [filterTokens](/api-reference/queries/filtertokens.md): Discover, screen, and rank tokens across every supported network using 100+ on-chain signals: trading activity, liquidity, holder behavior, fee economics, and launchpad lifecycle.
  * [onFilterTokensUpdated](/api-reference/subscriptions/onfiltertokensupdated.md): Live-streamed filter token updates for the current `filterTokens` result set.
</div>
