Returns
Pair metadata including liquidity, volume, price, and token info.
Show View fields (PairMetadata)
Show View fields (PairMetadata)
Pair ID.
Pair contract address.
Network ID.
Exchange identifier.
Fee tier.
Quote token (token0 or token1). See QuoteToken.
FILTERED or UNFILTERED. See TokenPairStatisticsType.
Show TokenPairStatisticsType (enum)
Show TokenPairStatisticsType (enum)
Liquidity.
Liquidity token address.
Non-liquidity token address.
Price (quote token).
Price in non-quote token.
Token0 details. See PairMetadataToken.
Token1 details. See PairMetadataToken.
Tick spacing.
Volume 5m.
Volume 1h.
Volume 4h.
Volume 12h.
Volume 24h.
Price change 5m.
Price change 1h.
Price change 4h.
Price change 12h.
Price change 24h.
High 5m.
High 1h.
High 4h.
High 12h.
High 24h.
Low 5m.
Low 1h.
Low 4h.
Low 12h.
Low 24h.
Full token0. See EnhancedToken.
Full token1. See EnhancedToken.
Wallet activity metrics. See TokenWalletActivity.
Top 10 holders percent.
Creation timestamp.
Arguments
Pair ID (e.g. from listPairsForToken or listPairsWithMetadataForToken).
Which token is quote (token0 or token1). See QuoteToken.
FILTERED or UNFILTERED. See TokenPairStatisticsType.
Show TokenPairStatisticsType (enum)
Show TokenPairStatisticsType (enum)
Example
{
pairMetadata(pairId: "0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640:1") {
id
pairAddress
networkId
exchangeId
fee
liquidity
liquidityToken
nonLiquidityToken
statsType
price
priceNonQuoteToken
priceChange5m
priceChange1
priceChange4
priceChange12
priceChange24
volume5m
volume1
volume4
volume12
volume24
highPrice24
lowPrice24
token0 {
address
name
symbol
networkId
decimals
price
pooled
}
token1 {
address
name
symbol
networkId
decimals
price
pooled
}
}
}