Returns: PairMetadata!

Arguments

pairId
String!
required

The ID of the pair (address:networkId).

quoteToken
QuoteToken

The token of interest within the pair. Can be token0 or token1.

statsType
TokenPairStatisticsType

The type of statistics returned. Can be FILTERED or UNFILTERED

Schema

"""Returns metadata for a pair of tokens."""
pairMetadata(pairId: String!, quoteToken: QuoteToken, statsType: TokenPairStatisticsType): PairMetadata!