---
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.
  - `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-08-17** `261c340a3f6d` — 1 info
  - the endpoint scheme security `bearerAuth` was removed from the API

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

---

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