v49

OpenAPI 3.1.1raw.githubusercontent.com2026-04-2200132.4 KB
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
    }
  ]
}