Documentation Index
Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
Use this file to discover all available pages before exploring further.
Returns
Pair metadata including liquidity, volume, price, and token info.Show View fields (PairMetadata)
Show TokenPairStatisticsType (enum)
Non-liquidity token address.
Price in non-quote token.
Arguments
Pair ID (e.g. from listPairsForToken or listPairsWithMetadataForToken).
Which token is quote (token0 or token1). See QuoteToken.
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
}
}
}
Playground