---
title: "balance"
method: GET
path: "/user/balance"
tags: ["v1beta/user"]
---

# balance

`GET /user/balance`

Get the credit balance of the account/organization associated with the API key - deprecated, use v1/user/balance instead

## Headers

- `Organization` 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.dev/stability-ai/apis/stability-ai-rest-api-2.md) · [All operations](https://skmtc.dev/stability-ai/apis/stability-ai-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stability-ai/stability-ai-rest-api-2/revisions/76f7cc79a3d7/schema)
