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
}
}Changes
Changed in 3 of the 50 revisions of this API.12
- ▲
removed the required property
/from the response with the statusresponse-required-property-removed
- ▲
- ○
added the required property
/to the response with the statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○