---
title: "Get Credit Balance"
method: GET
path: "/api/v1/credits/balance"
tags: ["Credits"]
---

# Get Credit Balance

`GET /api/v1/credits/balance`

Returns your account's credit balance: the total allowance, credits consumed and credits remaining.

<Info>**No API key yet?** [Sign up via Agent Auth](/agent-primitives/authentication) to get your `X-API-Key` - the only required header for this endpoint.</Info>

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- CreditBalanceResponse — Your account's credit balance
  - `total_credits` number, required — The credit allowance for your billing account.
  - `credits_used` number, required — Credits consumed
  - `credits_left` number, required — Remaining credits

---

[API](https://skmtc.net/openfunnel/apis/openfunnel-agent-primitives.md) · [All operations](https://skmtc.net/openfunnel/apis/openfunnel-agent-primitives/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openfunnel/openfunnel-agent-primitives/revisions/68cc95acb1f2/schema)
