---
title: "GET /v1/billing/balance"
method: GET
path: "/v1/billing/balance"
---

# GET /v1/billing/balance

`GET /v1/billing/balance`

## Request body

- unknown

## Response `200`

- object
  - `balance` number, required — The total credits associated with the provided API key.
  - `lowBalance` boolean, required — True if the balance is below the threshold.
  - `lowBalanceThreshold` number, required — Threshold for switching to low balance status.
  - `lastUpdated` string, date-time, required — The date of the request — i.e., the current date.
  - `autoDebitStatus` string, required — Indicates whether auto top-up is enabled for the plan.
  - `status` string, required — The status of the plan associated with the provided API key.
  - `statusExplanation` string, required — A more detailed explanation of the plan status.

---

[API](https://skmtc.dev/aimlapi/apis/aiml-api.md) · [All operations](https://skmtc.dev/aimlapi/apis/aiml-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aimlapi/aiml-api/revisions/6d578b39a9ec/schema)
