Check if LP is active.
This endpoint allows users to check whether a specific liquidity provider () position is within the active tick range on the uniswap platform.
by providing the token id associated with the position, users can verify if the position is currently within the tick range where trading occurs. this information is essential for users to monitor the status of their lp positions and ensure that they are actively participating in the trading activities within the liquidity pool and earning trading fees.
Body
Endpoint parameters for checking if liquidity position is in active tick range on uniswap v3.
The chain to use.
base:mainnet
, ethereum:mainnet
, arbitrum:mainnet
Token ID of the NFT representing the liquidity provisioned position.
x >= 0
Response
Whether the position is in active tick range or not. If not in range, the position is not earning trading fees.
Was this page helpful?