Skip to main content
GET
Get opening balance for an account on a specific date
Learn more:
  • What is a banking account?
  • What is a banking transaction?

Path Parameters

consumer_id
string<uuid>
required

Query Parameters

page
integer
default:1

Page number

Required range: x >= 1
size
integer
default:50

Page size

Required range: 1 <= x <= 100
account_id
string
required
date
string<date>
required

Response

Successful Response

account_id
string
required

Identifier of the banking account

Example:

"account-123"

date
string<date>
required

Date for which the opening balance is reported

Example:

"2025-01-15"

opening_balance
number | null

Opening balance of the account on the given date

Example:

1000

currency
string | null

Currency of the balance

Example:

"EUR"