---
title: "Get Client Balance"
method: GET
path: "/api/v3/clients/{client_id}/balance.json"
tags: ["Treasury"]
---

# Get Client Balance

`GET /api/v3/clients/{client_id}/balance.json`

Returns the balance of a specific client.

## Path parameters

- `client_id` string, required

## Query parameters

- `api_key` string, required

## Response `200`

SUCCESS

- ClientBalanceResponse
  - `currency` object
    - `symbol` string
    - `code` string
  - `initial_balance` object
    - `value` number
    - `created_at` string, date
    - `observation` string, nullable
  - `balance` object
    - `with_vat` number
  - `overdue_balance` object
    - `with_vat` number
  - `remaining_balance` object
    - `total` number
    - `value` number

## Other responses

- `401` — ACCESS DENIED
- `404` — NOT FOUND

## Changes

- **2026-08-25** `5b82d4eb0d9f` — 2 breaking, 3 warning
  - the response property `initial_balance/observation` became nullable for the status `200`
  - the `errors` response's property type/format changed from `object`/`` to `array`/`` for status `401`
  - removed the optional property `balance/without_vat` from the response with the `200` status
  - removed the optional property `errors/error` from the response with the `401` status
  - …1 more

[Change history](https://skmtc.dev/invoicexpress/apis/invoicexpress-api/changes/api/v3/clients/:client_id/balance.json/get.md)

---

[API](https://skmtc.dev/invoicexpress/apis/invoicexpress-api.md) · [All operations](https://skmtc.dev/invoicexpress/apis/invoicexpress-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/invoicexpress/invoicexpress-api/revisions/5b82d4eb0d9f/schema)
