Skip to main content
address
String!
required
The contract address of the pair.
exchangeHash
String!
required
The address for the exchange factory contract.
fee
Int
The exchange fee for swaps.
id
String!
required
The ID for the pair (address:networkId).
networkId
Int!
required
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!
required
The contract address of token0.
token1
String!
required
The contract address of token1.
createdAt
Int
The unix timestamp for the creation of the pair.
token0Data
Metadata for the first token in the pair.
token1Data
Metadata for the second token in the pair.
The pooled amounts of each token in the pair.
protocolData
Custom data for the pair, only certain protocols have this. (uniswapv4, arenatrade for example)
protocolCustomData
The per-protocol data for the pair, if applicable
This field is deprecated. Use protocolData instead