Returns metadata for a pair of tokens.
Returns: PairMetadata!
The ID of the pair (address:networkId).
address:networkId
The token of interest within the pair. Can be token0 or token1.
token0
token1
The type of statistics returned. Can be FILTERED or UNFILTERED
FILTERED
UNFILTERED
"""Returns metadata for a pair of tokens.""" pairMetadata(pairId: String!, quoteToken: QuoteToken, statsType: TokenPairStatisticsType): PairMetadata!
Was this page helpful?