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