---
title: "Get current credit balance"
method: GET
path: "/api/billing/balance"
tags: ["billing"]
---

# Get current credit balance

`GET /api/billing/balance`

[cloud-only] Returns the authenticated user's current credit balance and usage summary.

## Response `200`

Balance info

- BillingBalance — [cloud-only] Current credit balance and usage summary.
  - `credits_remaining` integer, required — Available credits
  - `credits_used` integer — Credits used in current billing period
  - `credits_total` integer — Total credits allocated in current period

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

## Changes

- **2026-05-22** `09a5075587c8` — 1 info
  - added the non-success response with the status `500`
- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/billing/balance/get.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/09a5075587c8/schema)
