---
title: "Get customer account balances"
method: GET
path: "/customers/{id}/files/balances"
---

# Get customer account balances

`GET /customers/{id}/files/balances`

## Path parameters

- `id` string, required

## Query parameters

- `sort` 1 | -1
- `limit` integer
- `nextPage` string

## Response `200`

List of account balances

- object
  - `count` integer
  - `nextPage` string
  - `items` object[]
    - `accountId` string
    - `balanceType` string
    - `balanceAmount` object
      - `amount` string
      - `currency` string
    - `creditLimitIncluded` boolean
    - `referenceDate` string, date-time
    - `lastChangeDateTime` string, date-time
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/open-finance/apis/auth.md) · [All operations](https://skmtc.net/open-finance/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-finance/auth/versions/b4d401b65c3d/schema)
