Skip to main content
GET
Get closing balances across all currencies for a past date

Authorizations

Authorization
string
header
required

Enter Auth0 JWT token

Headers

Zuba-Account-Id
string<uuid>

Optional. Names an owned sub-account (UUID) to act on. Omit to act at the master (tenant) level. Naming an account this key does not own returns 403 not_account_owner.

Query Parameters

date
string
required

UTC calendar date in YYYY-MM-DD format. Must be in the past.

Example:

"2026-05-13"

Response

Closing balances retrieved successfully.

accountId
string
required

Account UUID

Example:

"123e4567-e89b-12d3-a456-426614174000"

closingBalance
string
required

Closing balance for the requested date (decimal string)

Example:

"1500.50"

currency
string
required

ISO 4217 currency code

Example:

"EUR"

date
string
required

Echo of the requested date (YYYY-MM-DD, UTC)

Example:

"2026-05-13"