---
title: "Get account balance"
method: GET
path: "/rest/accounts/{account-id}/balance"
tags: ["Accounts"]
---

# Get account balance

`GET /rest/accounts/{account-id}/balance`

Retrieve the balance of an account identified by its ID.

## Parameters

- `#/paths/~1rest~1accounts~1%7Baccount-id%7D/get/parameters/0` — unresolved $ref
- `#/paths/~1rest~1payments/get/parameters/5` — unresolved $ref

## Response `200`

OK

- object
  - `balance` number, float, required — Account balance. This response parameter will be omitted if the balance is not yet known.
  - `balance_date` EndedAt, required — unresolved $ref
  - `status` object, required — Synchronization status
    - `synced_at` EndedAt, required — unresolved $ref
    - `succeeded_at` EndedAt, required — unresolved $ref
    - `message` string — Human-readable error message

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `404` — unresolved $ref
- `4XX` — unresolved $ref

---

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