Endpoint: liquidityLocks
Method: POST
Arguments
Response
Name | Type | Description |
---|---|---|
cursor | String | A cursor for use in pagination. |
items | [LiquidityLock!]! | A list of liquidity locks. |
Name | Type | Description |
---|---|---|
createdAt | Int! | The unix timestamp for when the lock was created. |
initialAmountToken0 | String! | The inital amount of token0 locked. |
initialAmountToken1 | String! | The inital amount of token1 locked. |
liquidityAmount | String! | The amount of liquidity locked. |
liquidityNftData | LiquidityNftData | If the liquidity position is represented by an NFT, this will contain the NFT data. |
liquidityProtocol | LiquidityProtocol! | The protocol that created the pair |
lockerAddress | String! | The address of the locker contract. |
lockProtocol | LiquidityLockProtocol! | The protocol with which the liquidity is locked. |
networkId | Int! | The network ID the pair is deployed on. |
ownerAddress | String! | The wallet address of the owner. |
pairAddress | String! | The pair address. |
unlockAt | Int | The unix timestamp for when the lock expires. |