---
title: "List closing balances"
method: GET
path: "/closing-balances"
tags: ["My account"]
---

# List closing balances

`GET /closing-balances`

List a history of your closing balances, per currency.

## Query parameters

- `from` string, date
- `until` string, date
- `currency` string

## Response `200`

Request successful

- object
  - `data` object[] — An array of objects, each representing an account's balance and payout details.
    - `account_id` AccountId — unresolved $ref
    - `amount` Amount — unresolved $ref
    - `amount_uncleared` integer — The amount of uncleared payments in the currency's smallest unit.
    - `bic` string — The bank identification code (BIC).
    - `closing_date` string, date-time — The date the closing balance was issued.
    - `currency` Currency — unresolved $ref
    - `iban` Iban — unresolved $ref
    - `payout_amount` PayoutAmount — unresolved $ref
    - `payout_transaction_id` integer — The transaction ID of the [automatic payout](/docs/payouts#automated-and-manual-payouts), if set up.
    - `status` 'completed' | 'reserved' | 'void' — The [transaction status](/docs/payment-statuses) of the automated payout.
  - `page` object — The number of pages of results returned.
    - `total` integer — The total number of pages of results returned.
  - `success` Success — unresolved $ref

## Other responses

- `404` — Closing balance not found

---

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