curl --request GET \
--url https://backend.swap.coffee/v1/yield/pool/{pool_address}/{user_address}
{
"pool": {
"user_lp_amount": "<string>",
"user_lp_wallet": "<string>",
"boosts": [
{
"token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ",
"decimals": 123,
"image_url": "<string>",
"listed": true,
"verification": "whitelisted"
}
},
"wallet": "<string>",
"type": "all",
"claimed": "<string>",
"locked": "<string>",
"available": "<string>",
"available_usd": 123
}
]
}
}
curl --request GET \
--url https://backend.swap.coffee/v1/yield/pool/{pool_address}/{user_address}
{
"pool": {
"user_lp_amount": "<string>",
"user_lp_wallet": "<string>",
"boosts": [
{
"token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ",
"decimals": 123,
"image_url": "<string>",
"listed": true,
"verification": "whitelisted"
}
},
"wallet": "<string>",
"type": "all",
"claimed": "<string>",
"locked": "<string>",
"available": "<string>",
"available_usd": 123
}
]
}
}
Detailed information about user's position in requested pool, with incentives and so on
The response is of type object
.