curl --request GET \
--url https://backend.swap.coffee/v1/boost/user/{pool_address}/{user_address}
[
{
"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/boost/user/{pool_address}/{user_address}
[
{
"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
}
]
User's earned boosts in given pools
The response is of type object[]
.