---
title: "Account balance"
method: GET
path: "/v1/user/balance"
tags: ["Version1.User"]
---

# Account balance

`GET /v1/user/balance`

Get the credit balance of the account/organization associated with the API key

## Headers

- `Organization` string
- `Stability-Client-ID` string
- `Stability-Client-Version` string

## Response `200`

OK response.

- BalanceResponseBody
  - `credits` number, double, required — The balance of the account/organization associated with the API key

## Other responses

- `401` — unauthorized: API key missing or invalid
- `500` — server_error: Some unexpected server error occurred

## Changes

- **2025-03-06** `ea57a82c5c16` — 1 info
  - api operation id `userBalance` removed and replaced with `fetchBalance`
- **2025-03-06** `9da23cee9e41` — 2 info
  - api tag `Version1.User` added
  - api tag `User` removed

[Change history](https://skmtc.dev/nod-ai/apis/stabilityai-rest-api/changes/v1/user/balance/get.md)

---

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