---
title: "Get account balance"
method: GET
path: "/v1/customer-credits/accounts/{id}/balance"
tags: ["Customer Credits - Accounts (Experimental)"]
---

# Get account balance

`GET /v1/customer-credits/accounts/{id}/balance`

Get the current balance of an account. Optionally pass ?at= for historical balance.

## Path parameters

- `id` string, required

## Query parameters

- `at` string

## Response `200`

Account balance

- BalanceResponseDto
  - `balance` string, required — Current balance as string for bigint safety
  - `updated_at` string — Last update timestamp (present for projected balance)
  - `as_of` string — Point-in-time the balance was computed at (present for at-time queries)

## Other responses

- `400` — Bad Request - Invalid input parameters
- `401` — Unauthorized - Invalid or missing API key
- `404` — Not Found - Resource does not exist

---

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