Skip to main content
exchangeId
String
The exchange contract ID.
fee
Int
The exchange fee for swaps.
id
String!
required
The ID for the pair (address:networkId).
networkId
Int
The network ID the pair is deployed on.
liquidity
String!
required
The total liquidity in the pair.
liquidityToken
String
The token with higher liquidity within the pair. Can be token0 or token1.
nonLiquidityToken
String
The token with lower liquidity within the pair. Can be token0 or token1.
pairAddress
String!
required
The contract address of the pair.
price
String!
required
The quote token price in USD.
priceNonQuoteToken
String!
required
The non-quote token price in USD.
priceChange5m
Float
The percent price change in the past 5 minutes. Decimal format.
priceChange1
Float
The percent price change in the past hour. Decimal format.
priceChange4
Float
The percent price change in the past 4 hours. Decimal format.
priceChange12
Float
The percent price change in the past 12 hours. Decimal format.
priceChange24
Float
The percent price change in the past 24 hours. Decimal format.
tickSpacing
Int
The amount of required tick separation. Only applicable for pairs on UniswapV3.
volume1
String
The trade volume in USD in the past hour.
volume4
String
The trade volume in USD in the past 4 hours.
volume12
String
The trade volume in USD in the past 12 hours.
volume24
String
The trade volume in USD in the past 24 hours.
volume5m
String
The trade volume in USD in the past 5 minutes.
highPrice5m
String
The highest price in USD in the past 5 minutes.
highPrice1
String
The highest price in USD in the past hour.
highPrice4
String
The highest price in USD in the past 4 hours.
highPrice12
String
The highest price in USD in the past 12 hours.
highPrice24
String
The highest price in USD in the past 24 hours.
lowPrice5m
String
The lowest price in USD in the past 5 minutes.
lowPrice1
String
The lowest price in USD in the past hour.
lowPrice12
String
The lowest price in USD in the past 12 hours.
lowPrice24
String
The lowest price in USD in the past 24 hours.
lowPrice4
String
The lowest price in USD in the past 4 hours.
createdAt
Int
The unix timestamp for the creation of the pair.
priceChange1w
Float
The percent price change in the past week. Decimal format.
This field is deprecated. Inaccurate
volume1w
String
The trade trade volume in USD in the past week.
This field is deprecated. Inaccurate
highPrice1w
String
The highest price in USD in the past week.
This field is deprecated. Inaccurate
lowPrice1w
String
The lowest price in USD in the past week.
This field is deprecated. Inaccurate