---
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

- BillingBalanceResponse — [cloud-only] Current credit balance and usage details for a workspace.
  - `amount_micros` number, double, required — The total remaining balance in microamount (1/1,000,000 of the currency unit)
  - `prepaid_balance_micros` number, double — The remaining balance from prepaid commits in microamount
  - `cloud_credit_balance_micros` number, double — The remaining balance from cloud credits in microamount
  - `pending_charges_micros` number, double — The total amount of pending/unbilled charges from draft invoices in microamount
  - `effective_balance_micros` number, double — The effective balance (total balance minus pending charges). Can be negative if pending charges exceed the balance.
  - `currency` string, required — Currency code

## Other responses

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

## Changes

- **2026-05-22** `c4db9e1283df` — 1 breaking, 2 warning, 6 info
  - removed the required property `credits_remaining` from the response with the `200` status
  - removed the optional property `credits_total` from the response with the `200` status
  - removed the optional property `credits_used` from the response with the `200` status
  - added the optional property `cloud_credit_balance_micros` to the response with the `200` status
  - …5 more
- **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/c4db9e1283df/schema)
