---
title: "Get project TonAPI tokens"
method: GET
path: "/api/v1/services/tonapi/tokens"
tags: ["tonapi_service"]
---

# Get project TonAPI tokens

`GET /api/v1/services/tonapi/tokens`

## Query parameters

- `project_id` integer, required

## Response `200`

Project TonAPI tokens

- object
  - `items` ProjectTonApiToken[], required
    - `id` integer, required
    - `name` string, required
    - `limit_rps` number
    - `token` string, required
    - `origins` string[], required
    - `date_create` integer, required
    - `capabilities` TokenCapability[]

## 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

- **2026-07-17** `bffcc11719d3` — 1 info
  - removed the `mempool` enum value from the `items/items/capabilities/items/` response property for the response status `200`
- **2026-04-23** `af71bc81cc6d` — 1 warning
  - added the new `mempool` enum value to the `items/items/capabilities/items/` response property for the response status `200`
- **2026-04-22** `bffcc11719d3` — 1 warning
  - added the new `cocoon` enum value to the `items/items/capabilities/items/` response property for the response status `200`
- **2024-10-16** `34074fdf55d4` — 1 info
  - added the optional property `items/items/capabilities` to the response with the `200` status
- **2024-06-14** `5d8d7caae34c` — 1 info
  - added the required property `items/items/origins` to the response with the `200` status

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