---
title: "Authed key's day + month call counters"
method: GET
path: "/v1/account/usage"
tags: ["system"]
---

# Authed key's day + month call counters

`GET /v1/account/usage`

## Response `200`

Successful Response

- UsagePublic
  - `calls_today` integer, required
  - `calls_this_month` integer, required
  - `active_streams` integer, nullable
  - `max_streams` integer, nullable

## Other responses

- `401` — Authentication failed.
- `429` — Per-minute, anonymous, or monthly quota exceeded.
- `500` — The operation failed internally.
- `503` — A required backend or data source is temporarily unavailable.

## Changes

- **2026-08-18** `b7c4b36e1fa1` — 6 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - the endpoint scheme security `BearerAuth` was added to the API
  - added the non-success response with the status `401`
  - added the non-success response with the status `429`
  - …2 more

[Change history](https://skmtc.dev/goldprice/apis/gold-api/changes/v1/account/usage/get.md)

---

[API](https://skmtc.dev/goldprice/apis/gold-api.md) · [All operations](https://skmtc.dev/goldprice/apis/gold-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goldprice/gold-api/revisions/5e6518098e6e/schema)
