---
title: "Update project TonAPI tier"
method: PATCH
path: "/api/v1/services/tonapi/tier"
tags: ["tonapi_service"]
---

# Update project TonAPI tier

`PATCH /api/v1/services/tonapi/tier`

## Query parameters

- `project_id` integer, required

## Request body

- object
  - `tier_id` integer, required

## Response `200`

Project tier

- object
  - `tier` AppTier, required
    - `id` integer, required
    - `name` string, required
    - `rpc` number, required
    - `usd_price` number, required
    - `long_polling_sub` integer, required
    - `entity_per_conn` integer, required
    - `capabilities` string[], required
    - `next_payment` integer
    - `date_create` integer, required
    - `instant_payment` boolean, required

## Other responses

- `400` — Something went wrong on client side
- `403` — Access token is missing or invalid
- `404` — The specified resource was not found
- `500` — Something went wrong on server side

## Changes

- **2025-10-23** `67919bb67f3f` — 1 breaking
  - removed the required property `tier/payment_currency` from the response with the `200` status
- **2025-10-21** `356252841f50` — 2 info
  - added the required property `tier/instant_payment` to the response with the `200` status
  - added the required property `tier/payment_currency` to the response with the `200` status

[Change history](https://skmtc.dev/tonkeeper/apis/rest-api-to-ton-console/changes/api/v1/services/tonapi/tier/patch.md)

---

[API](https://skmtc.dev/tonkeeper/apis/rest-api-to-ton-console.md) · [All operations](https://skmtc.dev/tonkeeper/apis/rest-api-to-ton-console/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonkeeper/rest-api-to-ton-console/revisions/bffcc11719d3/schema)
