v3
latestOpenAPI 3.0.32026-07-21128192192.7 KBYield
Returns detailed information about user's position in the pool
get/v1/yield/pool/{pool_address}/{user_address}
Path parameters
pool_addressstring required
Pool address
user_addressstring required
User address
Response
Detailed information about user's position in requested pool, with incentives and so on
Example response
{
"pool": {
"boosts": [
{
"token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ"
}
}
}
]
}
}