tonapi_service

Get project TonAPI tier

get/api/v1/services/tonapi/tier

Query parameters

project_idinteger required

Project ID

Response

Project tier

Example response

{
  "tier": {
    "id": 1,
    "name": "Test tier",
    "rpc": 5,
    "usd_price": 100,
    "long_polling_sub": 50,
    "entity_per_conn": 10,
    "next_payment": 1690889913000,
    "date_create": 1690889913000
  }
}

Changes

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

    • removed the required property / from the response with the status

      response-required-property-removed

    • added the required property / to the response with the status

      response-required-property-added

    • added the required property / to the response with the status

      response-required-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog