This endpoint allows an authenticated user to retrieve all of their liquidity provider (LP) positions across all AMM pools.
The authenticated token’s public key identifies the user whose LP positions are being queried.
The response includes a list of all pools where the user has provided liquidity, detailing their share of each pool and the underlying asset amounts. All amounts are returned in their smallest unit (e.g., satoshis).
200 OK
with a list of LP positions.401 Unauthorized
if authentication fails.500 Internal Server Error
if there is a problem retrieving the data.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successfully retrieved LP positions
Response containing all of a user's liquidity positions.