latestOpenAPI 3.1.12026-07-179961132.4 KB

bffcc11719d3

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
    }
  ]
}