curl --request GET \
--url https://backend.swap.coffee/v1/yield/pool/{pool_address}/{user_address} \
--header 'X-Api-Key: <api-key>'{
"pool": {
"user_lp_amount": "<string>",
"user_lp_wallet": "<string>",
"boosts": [
{
"token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ",
"decimals": 123,
"listed": true,
"verification": "whitelisted",
"image_url": "<string>"
}
},
"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} \
--header 'X-Api-Key: <api-key>'{
"pool": {
"user_lp_amount": "<string>",
"user_lp_wallet": "<string>",
"boosts": [
{
"token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ",
"decimals": 123,
"listed": true,
"verification": "whitelisted",
"image_url": "<string>"
}
},
"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
Show child attributes