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

# TokenCategoryFilter

<div data-generated>
  ## GraphQL

  ```
  input TokenCategoryFilter {
    anyOf: [String!]
    allOf: [String!]
    noneOf: [String!]
    hasCategory: Boolean
  }
  ```

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