Skip to content

Get a user's position in a specific pool

GET
/v2/liquidity/pools/{poolId}/position/{walletId}
poolId
required
string
walletId
required
string

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