---
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

---

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