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

# PotentialScamReason

> The reason a token has been flagged as a potential scam.

<div data-generated>
  ## GraphQL

  ```
  enum PotentialScamReason {
    MinimumLiquidity
    LiquidityRugPull
    SuspiciousWalletActivity
    AbnormalBuyerRatio
  }
  ```

  ### Used By

  **Returned by**

  * [filterPairs](/api-reference/queries/filterpairs.md): Returns a list of pairs based on a variety of filters.
  * [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>
