Skip to main content
pairAddress
String!
required
The pair address.
networkId
Int!
required
The network ID the pair is deployed on.
ownerAddress
String!
required
The wallet address of the owner.
lockerAddress
String!
required
The address of the locker contract.
createdAt
Int!
required
The unix timestamp for when the lock was created.
unlockAt
Int
The unix timestamp for when the lock expires.
lockProtocol
The protocol with which the liquidity is locked.
liquidityProtocolV2
String!
required
The protocol that created the pair
liquidityAmount
String!
required
The amount of liquidity locked.
initialAmountToken0
String!
required
The inital amount of token0 locked.
initialAmountToken1
String!
required
The inital amount of token1 locked.
liquidityNftData
If the liquidity position is represented by an NFT, this will contain the NFT data.
liquidityProtocol
LiquidityProtocol!
required
deprecated
The protocol that created the pair
This field is deprecated. Use liquidityProtocolV2 instead