curl --request GET \
--url https://backend.swap.coffee/v1/liquidity/position/{pool_address}/{user_address} \
--header 'x-verify: <x-verify>'
{
"total_lp_amount": "<string>",
"user_lp_amount": "<string>",
"user_lp_wallet": "<string>"
}
curl --request GET \
--url https://backend.swap.coffee/v1/liquidity/position/{pool_address}/{user_address} \
--header 'x-verify: <x-verify>'
{
"total_lp_amount": "<string>",
"user_lp_amount": "<string>",
"user_lp_wallet": "<string>"
}
TON proof for the given address
User's LP position in pool
The response is of type object
.