Skip to main content
address
String!
required
The contract address for the pair.
exchangeHash
String!
required
The contract address for the exchange.
id
String!
required
The ID of the pair (address:networkId).
initialPriceUsd
String!
required
The listing price, or first known price for the pair, in USD.
liquidAt
Int
The unix timestamp for when liquidity was added to the pair.
liquidity
String!
required
The total liquidity in the pair.
liquidityToken
String
The token with higher liquidity within the pair. Can be token0 or token1.
networkId
Int!
required
The network ID the pair is deployed on.
newToken
String!
required
The newly added token within the pair. Can be token0 or token1.
nonLiquidityToken
String
The token with lower liquidity within the pair. Can be token0 or token1.
oldToken
String!
required
The pre-existing token within the pair. Can be token0 or token1.
priceChange
Float!
required
The percent price change between the listing price and the current price.
priceUsd
String!
required
The newly added token price in USD.
transactionHash
String!
required
The unique hash for the transaction that added liquidity, if applicable, otherwise the transaction that added the pair.