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

# Get account balance

`GET /v1/account/balance`

Return the current balance for the authenticated provisioning key.

## Response `200`

Successful Response

- BalanceResponse — Response model for account balance
  - `balance` string, required — Current account balance represented as a string to preserve decimal precision.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `402` — Insufficient credits
- `403` — Forbidden
- `410` — Model deprecated
- `422` — Validation error
- `429` — Rate limited
- `500` — Internal server error
- `503` — Upstream service error

---

[API](https://skmtc.net/naga/apis/nagaai-api.md) · [All operations](https://skmtc.net/naga/apis/nagaai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/naga/nagaai-api/revisions/8bfb4677a79e/schema)
