v3
latestOpenAPI 3.0.32026-07-21128192192.7 KBEntity
Returns staking pool for given address
get/v1/liquid_staking_pools/{address}
Path parameters
addressstring required
Example:EQDY6PMeMbQSz7dltNN4RRTIxyuBJX4dQESOy8cWR2tUgBxH
Response
Liquid staking pool
Example response
{
"pool": {
"base_token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ"
}
},
"liquid_token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ"
}
}
}
}