Uniswap V3
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.
GET
Query Parameters
The chain to use.
Available options:
base:mainnet
, ethereum:mainnet
, arbitrum:mainnet
Required range:
x >= 0
Response
200
application/json
Successful Response
Whether the position is in active tick range or not. If not in range, the position is not earning trading fees.