Get a user's position in a specific pool
GET /v2/liquidity/pools/{poolId}/position/{walletId}
GET
/v2/liquidity/pools/{poolId}/position/{walletId}
Retrieve the user position in a specific liquidity pool.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” poolId
required
string
walletId
required
string
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
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
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error