---
title: "Get Balance"
method: GET
path: "/billing/balance"
tags: ["Billing"]
---

# Get Balance

`GET /billing/balance`

## Query parameters

- `client_id` string — Client ID to get balance for or 'all' for aggregated data (superadmin only)

## Headers

- `authorization` string, nullable
- `x_session_token` string, nullable
- `X-API-Key` string, nullable

## Response `200`

Successful Response

- CreditWallet
  - `id` integer, required
  - `client_id` integer, required
  - `balance_usd` number, required
  - `paid_credit_usd` number
  - `free_credit_usd` number
  - `subscription_credits_usd` number
  - `nash_credit_usd` number
  - `nash_allocation_usd` number
  - `auto_reload_enabled` boolean
  - `auto_reload_threshold_usd` number
  - `auto_reload_amount_usd` number
  - `stripe_payment_method_id` string, nullable
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

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