The contract address for the pair.
The contract address for the exchange.
The ID of the pair (address:networkId).
The listing price, or first known price for the pair, in USD.
The unix timestamp for when liquidity was added to the pair.
The total liquidity in the pair.
The token with higher liquidity within the pair. Can be token0 or token1.
The network ID the pair is deployed on.
The newly added token within the pair. Can be token0 or token1.
The token with lower liquidity within the pair. Can be token0 or token1.
The pre-existing token within the pair. Can be token0 or token1.
The percent price change between the listing price and the current price.
The newly added token price in USD.
Metadata for token0.
The contract address for the token.
The amount of token currently in the pair.
The precision to which the token can be divided. For example, the smallest unit for USDC is 0.000001 (6 decimals).
The ID of the token (address:networkId).
The initial amount of token added to the pair.
The network ID the token is deployed on.
The ID of the pair (pairAddress:networkId).
The percent change token remaining in the pair since the initial add.
The symbol for the token.
Metadata for token1.
The contract address for the token.
The amount of token currently in the pair.
The precision to which the token can be divided. For example, the smallest unit for USDC is 0.000001 (6 decimals).
The ID of the token (address:networkId).
The initial amount of token added to the pair.
The network ID the token is deployed on.
The ID of the pair (pairAddress:networkId).
The percent change token remaining in the pair since the initial add.
The symbol for the token.
The unique hash for the transaction that added liquidity, if applicable, otherwise the transaction that added the pair.