Uniswap V3
List LP
This endpoint retrieves the number of Liquidity Provider (LP) positions associated with a specific sender address on the Uniswap platform.
Users can query this endpoint to obtain detailed information about their LP positions, including the total number of positions and relevant metadata. This information is crucial for users to manage and analyze their liquidity provision activities effectively.
POST
Body
application/json
The chain to use.
Available options:
base:mainnet
, ethereum:mainnet
, arbitrum:mainnet
The address of the user to check the balance of
Response
200
application/json
Successful Response
Liquidity provision positions belonging to a particular user keyed by the token of owner index of the position.
Was this page helpful?