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

# Get account balance

`GET /billing/balance`

Returns the organization's current credit balance in microdollars plus a display string.

## Response `200`

OK

- SubscriptionBalanceResponse — The current account balance.
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `balance_display` string, required — Formatted balance string (e.g., '$12.50').
  - `balance_microdollars` integer, required — Current balance in microdollars (1_000_000 = $1.00).

## Other responses

- `default` — Error

## Changes

- **2026-06-29** `206b42a858c3` — 1 info
  - api operation id `billing-get-balance` removed and replaced with `billing_get_balance`

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

---

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