---
title: "Retrieve API credit balance"
method: GET
path: "/balance"
tags: ["Balance"]
---

# Retrieve API credit balance

`GET /balance`

Returns the remaining API credit balance for the authenticated TextCortex API key.

## Response `200`

Successful response

- BalanceResponse
  - `currency` string, required — API credit currency.
  - `object` 'balance', required
  - `remaining_credits` number, required — Remaining TextCortex API credits.

## Other responses

- `401` — Missing or invalid API key
- `500` — Balance could not be retrieved

---

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