---
title: "Get Credit Balance"
method: GET
path: "/credits/balance"
tags: ["Credits"]
---

# Get Credit Balance

`GET /credits/balance`

Allows you to view your current API credit balance.

## Response `200`

Credit balance

- CreditBalanceResponse
  - `available_credits` integer — The number of credits available to you.
  - `reserved_credits` integer — The number of credits reserved by you (if applicable).
  - `total_credits` integer — The total number of credits in your account (available credits + reserved credits).

---

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