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

# WalletTokenFilterRange

> A range for a wallet token filter.

<div data-generated>
  ## GraphQL

  ```
  input WalletTokenFilterRange {
    min: String
    max: String
  }
  ```

  ### Used By

  **Used as input by**

  * [filterTokenWallets](/api-reference/queries/filtertokenwallets.md): Returns a list of wallets with stats narrowed down to a specific token.
</div>
