---
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
  - `balance` object
    - `with_vat` number
    - `without_vat` number
  - `overdue_balance` object
    - `with_vat` number
    - `without_vat` number
  - `remaining_balance` object
    - `total` number
    - `value` number

## Other responses

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

---

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