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

# PairFilterMatchTokens

> Input type of `PairFilterMatchTokens`.

<div data-generated>
  ## GraphQL

  ```
  input PairFilterMatchTokens {
    token0: String
    token1: String
  }
  ```

  ### Used By

  **Used as input by**

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