---
title: "Get Credit Balance"
method: GET
path: "/v1/billing/credit-balance"
tags: ["billing"]
---

# Get Credit Balance

`GET /v1/billing/credit-balance`

Get real-time credit balance for the authenticated user.

## Headers

- `authorization` string

## Response `200`

Successful Response

- CreditBalanceResponse — Current credit balance for the authenticated user.
  - `balance_cents` integer, required — Available balance in cents
  - `currency` string

---

[API](https://skmtc.dev/beeble/apis/beeble-developer-api.md) · [All operations](https://skmtc.dev/beeble/apis/beeble-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beeble/beeble-developer-api/revisions/f35ce0de5d00/schema)
