v3
latestOpenAPI 3.0.32026-07-21128192192.7 KBBoosts
Returns user's earned boosts in given pool
get/v1/boost/user/{pool_address}/{user_address}
Path parameters
pool_addressstring required
user_addressstring required
Response
User's earned boosts in given pools
Example response
[
{
"token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ"
}
}
}
]