---
title: "Get Credit Balance"
method: GET
path: "/v0/billing/credit-balance"
tags: ["Billing"]
---

# Get Credit Balance

`GET /v0/billing/credit-balance`

Retrieve your team's current credit balance including remaining credits available for API calls, searches, and data exports across all endpoints.

## Response `200`

Successful Response

- CreditsBalance
  - `ui_credits` integer, required — Number of credits available to the team
  - `used_ui_credits` integer, required — Number of credits used in the current billing cycle
  - `api_credits` integer, required — Number of API credits available to the team
  - `used_api_credits` integer, required — Number of API credits used in the current billing cycle
  - `earliest_expiration` string, date-time, nullable — Earliest expiration date among invoices with remaining credits

## Other responses

- `400` — Bad Request
- `402` — Payment Required
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/theirstack/apis/theirstack-api-reference.md) · [All operations](https://skmtc.net/theirstack/apis/theirstack-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/theirstack/theirstack-api-reference/revisions/180b89dbbdbc/schema)
