Get a user's position in a specific pool
GET /v2/liquidity/pools/{poolId}/position/{walletId}
GET
/v2/liquidity/pools/{poolId}/position/{walletId}
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” poolId
required
string
walletId
required
string
Responses
Section titled “ Responses ”User pool position details
object
poolId
required
The unique identifier of the pool
string
walletId
required
The wallet ID checked
string
userLpBalance
required
The user’s LP token balance
string
userPoolShare
required
The user’s percentage share of the pool (basis points)
string
token0Amount
required
The amount of token0 in the user’s position
string
token1Amount
required
The amount of token1 in the user’s position
string