v3
latestOpenAPI 3.0.32026-07-21128192192.7 KBYield
Returns detailed information about requested pool
get/v1/yield/pool/{pool_address}
Path parameters
pool_addressstring required
Pool address
Response
Detailed information about requested pool, with incentives and so on
Example response
{
"pool": {
"pool": {
"dex": "stonfi",
"tokens": [
{
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ"
}
}
]
},
"boosts": [
{
"reward_token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ"
}
}
}
]
}
}