Skip to main content

Overview

Fetch liquidity pairs (e.g. Uniswap pools) that include a specific token.
  • Supports pagination via limit
  • Includes token metadata and pooled liquidity
  • Useful for discovering trading pairs and liquidity sources

Returns

[Pair!]!
required
A list of pairs that include the given token.

Arguments

Address!
required
Token contract address.
NetworkId!
required
Network ID (e.g. 1, 42161).
Int
Maximum number of pairs to return.

Example

Playground