v3
latestOpenAPI 3.0.32026-07-21128192192.7 KBEntity
Returns list of liquid staking pools
get/v1/liquid_staking_pools
Response
List of liquid staking pools
Example response
[
{
"base_token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ"
}
},
"liquid_token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ"
}
}
}
]