Get User Pool Position
GET /liquidity/pools/{poolId}/position/{walletId}
GET
/liquidity/pools/{poolId}/position/{walletId}
Get a user’s position in a specific pool.
Authorizations
Parameters
Path Parameters
poolId
required
string format: uuid
The ID of the liquidity pool
walletId
required
string format: uuid
The wallet ID to check position for
Responses
200
User pool position
object
poolId
The unique identifier of the pool
string format: uuid
walletId
The wallet ID checked
string format: uuid
userLpBalance
The user’s LP token balance
string
userPoolShare
The user’s percentage share of the pool (basis points)
string
token0Amount
The amount of token0 in the user’s position
string
token1Amount
The amount of token1 in the user’s position
string
400
Bad Request
object
code
integer
400
message
string
Bad Request
details
string
Invalid input parameters