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

Changes

Changed in 3 of the 50 revisions of this API.12