v49

OpenAPI 3.1.1raw.githubusercontent.com2026-04-2200132.4 KB
tonapi_service

Get the current tier for liteproxy server

get/api/v1/services/tonapi/liteproxy/tier

Query parameters

project_idinteger required

Project ID

Response

Active the project tier for the liteproxy server

Example response

{
  "tier": {
    "id": 1,
    "name": "Test tier",
    "rps": 5,
    "usd_price": 100,
    "next_payment": 1690889913000,
    "date_create": 1690889913000
  }
}