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

# Get Balance

`GET /v1/balance`

## Response `200`

Balance retrieved successfully

- ExternalApiBalanceResponse
  - `account` ExternalApiBalance, required
    - `amount_in_cents` integer, required
    - `currency` string, required
    - `id` string, required
    - `updated` string, date-time, required — Balance last update timestamp (UTC, RFC 3339). Reflects the most recent transaction or balance change.

## Other responses

- `401` — Authentication failed
- `403` — Access denied
- `404` — No account found
- `500` — Internal server error

---

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