Skip to content

Get a user's position in a specific pool

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

Retrieve the user position in a specific liquidity pool.

poolId
required
string
walletId
required
string
X-API-Key
string

API Key

X-API-Secret
string

API Secret

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

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error