Returns: PairFilterConnection

Arguments

filters
PairFilters
A set of filters to apply.
statsType
TokenPairStatisticsType
The type of statistics returned. Can be FILTERED or UNFILTERED
phrase
String
A phrase to search for. Can match a token or pair contract address or ID (address:networkId), or partially match a token name or symbol.
pairs
[String]
A list of pair or token contract addresses or IDs (address:networkId) to filter by.
matchTokens
PairFilterMatchTokens
A set of token contract addresses that make up a pair. Can be used in place of a pair contract address.
rankings
[PairRanking]
A list of ranking attributes to apply.
limit
Int
The maximum number of pairs to return.
offset
Int
Where in the list the server should start when returning items. Use count+offset from the previous query to request the next page of results.

Schema

"""Returns a list of pairs based on a variety of filters."""
filterPairs(filters: PairFilters, statsType: TokenPairStatisticsType, phrase: String, pairs: [String], matchTokens: PairFilterMatchTokens, rankings: [PairRanking], limit: Int, offset: Int): PairFilterConnection