List LP positions
Retrieve the total number of Liquidity Provider (LP) positions associated with a specific sender.
This endpoint allows users to query and obtain detailed information about their LP positions, including the number of active positions they hold. The response model, AerodromeLPPositionsInfo, provides a structured representation of the LP positions data, ensuring clarity and ease of use. This functionality is essential for users managing their liquidity provision activities, enabling them to make informed decisions based on their current positions.
Body
The chain to use.
base:mainnet
, ethereum:mainnet
, arbitrum:mainnet
The address of the user to check the balance of
Response
Liquidity provision positions belonging to a particular user. The key is a tuple of the token0, token1, tick_spacing, tick_lower, and tick_upper of the position.
Was this page helpful?