---
title: "Retrieve balance"
method: GET
path: "/balances/{id}"
tags: ["balances"]
---

# Retrieve balance

`GET /balances/{id}`

Retrieve a balance

## Path parameters

- `id` string, required

## Response `200`

200

- BalanceDetails — Amount of money held by a connected_account, at a given point in time.
  - `id` string, required — UUID of the balance.
  - `object` 'balance', required — Label used to identify this kind of object.
  - `connected_account_id` string, required — The ID of the connected account.
  - `amount` integer, required — The absolute amount of balance of the account, in the currency's smallest unit. For euro transactions, the smallest unit is cents. €20 is represented as `2000`.
  - `currency` 'EUR', required — Currency in which an amount is expressed
  - `direction` 'credit' | 'debit', required — Balance's direction: * `credit`: * `debit`:
  - `type` 'closing_available' | 'closing_booked' | 'opening_available' | 'opening_booked' | 'interim_available' | 'interim_booked' | 'previously_closed' | 'expected' | 'forward_available' | 'info' | 'undefined', required — Balance's type: * `closing_available`: * `closing_booked`: * `opening_available`: * `opening_booked`: * `interim_available`: * `interim_booked`: * `previously_closed`: * `expected`: * `forward_available`: * `info`: * `undefined`:
  - `date` string, date, required — The date of the balance. (Format: YYYY-MM-DD)
  - `bank_data` BalanceBankData, required
    - `file_id` string, required — Identifier of the file in which this balance has been described
    - `statement_id` string — ISO20022 | Unique identification, as assigned by the account servicer, to unambiguously identify this balance.
  - `created_at` string, date-time, required — The UTC timestamp of the creation of this balance.

## Other responses

- `400` — 400

---

[API](https://skmtc.net/numeral/apis/payments.md) · [All operations](https://skmtc.net/numeral/apis/payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/numeral/payments/revisions/220f101cc2ef/schema)
