Returns liquidity locks for a given pair.
Returns: LiquidityLockConnection
The address of the pair.
The address of the token.
The network id of the pair.
A cursor for use in pagination.
"""Returns liquidity locks for a given pair.""" liquidityLocks(pairAddress: String, tokenAddress: String, networkId: Int!, cursor: String): LiquidityLockConnection
Was this page helpful?