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
- ▲
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
- ○