tonapi_service
Get list of active tiers for the liteproxy server
get/api/v1/services/tonapi/liteproxy/tiers
Response
Active tiers for the liteproxy server
Example response
{
"tiers": [
{
"id": 1,
"name": "Test",
"usd_price": 10,
"rps": 10
}
]
}