---
title: "Get list of active tiers for the liteproxy server"
method: GET
path: "/api/v1/services/tonapi/liteproxy/tiers"
tags: ["tonapi_service"]
---

# Get list of active tiers for the liteproxy server

`GET /api/v1/services/tonapi/liteproxy/tiers`

## Response `200`

Active tiers for the liteproxy server

- object
  - `tiers` LiteproxyTier[], required
    - `id` integer, required
    - `name` string, required
    - `usd_price` number, required
    - `rps` number, 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 `tiers/items/payment_currency` from the response with the `200` status
- **2025-10-21** `356252841f50` — 1 info
  - added the required property `tiers/items/payment_currency` to the response with the `200` status
- **2024-10-29** `012f9819d67e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tonkeeper/apis/rest-api-to-ton-console/changes/api/v1/services/tonapi/liteproxy/tiers/get.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)
