Overview
Query trading pairs across all supported networks with filtering, sorting, and pagination. Ideal for building pair screeners and liquidity discovery tools.- Filter by volume, price, liquidity, market cap, trader counts, and more
- Match pairs by specific token addresses with
matchTokens - Sort by any filterable attribute plus trending scores
- Paginate with
limit/offset - Optionally resolve full token metadata for both sides of the pair
Returns
See PairFilterConnection and PairFilterResult for full type details.
Arguments
Filter conditions for pair statistics. Each numeric field accepts a NumberFilter with
gt, gte, lt, lte operators. See PairFilters for all available fields.Statistics type. See TokenPairStatisticsType.
Search phrase to match against pair token names or symbols.
Array of specific pair selectors in
"address:networkId" format.Filter pairs by token addresses. See PairFilterMatchTokens for details.When both are provided, the pair must contain both tokens (in either order). When only one is provided, the pair must contain that token on either side.
Sorting criteria. See PairRanking and PairRankingAttribute for all sortable fields.
Maximum number of results to return (default: 25, max: 200).
Pagination offset (default: 0).