This endpoint retrieves comprehensive data about a specific LP’s position, including their share of the pool, current value, and profit/loss calculations. This information is essential for LPs to track their investment performance.
Requires a valid JWT bearer token. While the token is required for authentication, any authenticated user can view any LP position.
poolId
- The LP public key of the poolproviderPublicKey
- The public key of the liquidity provider200 OK
with detailed LP position information404 Not Found
if pool or position doesn’t exist401 Unauthorized
if authentication fails500 Internal Server Error
if data retrieval failsBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The LP public key of the pool
The public key of the liquidity provider
LP position details retrieved successfully
Response type matching the OpenAPI
specification for LP position details.