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

# PairLiquidityData

> Liquidity data for a specific pair.

<div data-generated>
  ## GraphQL

  ```
  type PairLiquidityData {
    pairId: String!
    pairAddress: String!
    networkId: Int!
    totalLiquidity: String!
  }
  ```

  ### Used By

  **Returned by**

  * [liquidityLocks](/api-reference/queries/liquiditylocks.md): Returns liquidity locks for a given pair.
</div>
