latestOpenAPI 3.1.12026-07-179961132.4 KB

bffcc11719d3

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