---
title: "Return information about user's LP position in pool"
method: GET
path: "/v1/liquidity/position/{pool_address}/{user_address}"
tags: ["LiquidityProvisioning"]
---

# Return information about user's LP position in pool

`GET /v1/liquidity/position/{pool_address}/{user_address}`

## Path parameters

- `pool_address` string, required
- `user_address` string, required

## Headers

- `x-verify` string, required

## Response `200`

User's LP position in pool

- ApiUserPoolLpResponse
  - `total_lp_amount` string, required
  - `user_lp_amount` string, required
  - `user_lp_wallet` string, required

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.net/swap/apis/swap-coffee-api.md) · [All operations](https://skmtc.net/swap/apis/swap-coffee-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swap/swap-coffee-api/revisions/2d1b51b5df52/schema)
