Endpoint: pairMetadata
Method: POST
Arguments
Name | Type | Description |
---|---|---|
pairId | String! | The ID of the pair ( |
quoteToken | QuoteToken | The token of interest within the pair. Can be |
statsType | TokenPairStatisticsType | The type of statistics returned. Can be |
Response
Name | Type | Description |
---|---|---|
exchangeId | String | |
fee | Int | |
highPrice1 | String | |
highPrice1w | String | |
highPrice4 | String | |
highPrice12 | String | |
highPrice24 | String | |
id | String! | |
liquidity | String! | |
liquidityToken | String | |
lowPrice1 | String | |
lowPrice1w | String | |
lowPrice4 | String | |
lowPrice12 | String | |
lowPrice24 | String | |
networkId | Int | |
nonLiquidityToken | String | |
pairAddress | String! | |
price | String! | |
priceChange1 | Float | |
priceChange1w | Float | |
priceChange4 | Float | |
priceChange5m | Float | |
priceChange12 | Float | |
priceChange24 | Float | |
quoteToken | QuoteToken | |
statsType | TokenPairStatisticsType! | |
tickSpacing | Int | |
token0 | PairMetadataToken! | |
token1 | PairMetadataToken! | |
volume1 | String | |
volume1w | String | |
volume4 | String | |
volume12 | String | |
volume24 | String |