---
title: "Retrieve credit balance"
method: GET
path: "/v1/credits"
tags: ["usage"]
---

# Retrieve credit balance

`GET /v1/credits`

Retrieves credit balance of the user.

## Response `200`

Credit balance of the user.

- GetCreditBalanceResponse
  - `balance` number, nullable, required — Credit balance of the user

## Other responses

- `401` — Unauthorized: Invalid API key
- `404` — Not Found: No user found
- `500` — Internal Server Error: Failed with credit system.

---

[API](https://skmtc.net/supertoneapi/apis/supertone-public-api.md) · [All operations](https://skmtc.net/supertoneapi/apis/supertone-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/supertoneapi/supertone-public-api/revisions/1ac6d0957e70/schema)
