Retrieve daily balances

Returns the daily balance series for the account: opening balances (total / blocked / available at the start of each day) plus the consolidated flows of the day (PIX in/out, TED in/out, internal transfers, boleto payments, stablecoin mint/burn, and billing/fees). Dates are **calendar days in Brasília time (BRT, America/Sao_Paulo)** — the `date` of each entry is the day as the partner closes it in BRT. The maximum window is 30 days; default is the last 30 days. Only closings from **2026-06-04** onward are returned (earlier partner data was unreliable and is omitted). The response echoes `cutoffDate` and `timezone`.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

accountIdstringRequired
Account identifier.

Headers

X-Tenant-IdstringRequired
Tenant context used for authorization and routing.

Query parameters

startDatedateOptional

Inclusive start date (YYYY-MM-DD, BRT). Clamped to the 2026-06-04 cutoff when earlier. Default: 30 days ago.

endDatedateOptional

Inclusive end date (YYYY-MM-DD, BRT). Default: today (BRT).

orderenumOptional
Sort order by date.
Allowed values:

Response

Daily balances retrieved.
accountIdstring
itemslist of objects
startDatedateOptional
endDatedateOptional
cutoffDatedateOptional

Earliest date for which daily closings are returned (2026-06-04). Earlier days are omitted.

timezonestringOptional
Timezone used to interpret the calendar days.
fetchedAtdatetimeOptional

Errors

404
Not Found Error
409
Conflict Error
500
Internal Server Error