---
title: "Get cumulative tokens tracked"
method: GET
path: "/api/v1/public/total-tokens"
tags: ["Usage"]
---

# Get cumulative tokens tracked

`GET /api/v1/public/total-tokens`

Returns the platform-wide cumulative token total across every organization, all time. No auth required — powers the public landing page counter. Cached for 60 seconds.

## Response `200`

Cumulative token total

- object
  - `success` true, required
  - `data` PublicTotalTokens, required
    - `totalTokens` number, required — Cumulative tokens tracked across all organizations, all time.

## Other responses

- `400` — Bad request — validation failed or malformed JSON body
- `401` — Unauthorized — token missing, expired, or invalid
- `429` — Too many requests — rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.net/crbonfree/apis/crbonfree-api.md) · [All operations](https://skmtc.net/crbonfree/apis/crbonfree-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crbonfree/crbonfree-api/revisions/7d245a8d7a75/schema)
