The contract address of the pair.
The address for the exchange factory contract.
The exchange fee for swaps.
The ID for the pair (address:networkId).
The network ID the pair is deployed on.
The protocol of the pair. E.g. UniswapV4, RaydiumV4, PumpV1, etc.
The amount of required tick separation. Only applicable for pairs on UniswapV3.
The contract address of token0.
The contract address of token1.
The unix timestamp for the creation of the pair.
Metadata for the first token in the pair. See EnhancedToken.
Metadata for the second token in the pair. See EnhancedToken.
The pooled amounts of each token in the pair. See PooledTokenValues.
Custom data for the pair, only certain protocols have this (e.g. uniswapv4, arenatrade). Union type: see ProtocolData (UniswapV4Data, ArenaTradeData, PumpData).