Use this endpoint to retrieve the state of all balances for a specific account at a given point in time (point-in-time query).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The authorization token. This header is required if your environment has Access Manager enabled.
The type of media of the resource. Recommended value is application/json.
A unique identifier used to trace and track each request.
The unique identifier of the Organization associated with the Ledger.
The unique identifier of the associated Ledger.
The unique identifier of the account of which you want to retrieve the balances.
The date and time to query the balance state. Format: yyyy-mm-dd hh:mm:ss (e.g., 2026-01-15 10:30:00).
^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}$Indicates that the request was successful and the response contains all balance states at the specified point in time.
The unique identifier of the Balance.
The unique identifier of the Organization.
The unique identifier of the Ledger.
The unique identifier of the Account.
The alias for the account (e.g., @conta_corrente).
The unique key for the balance in the context of the account (e.g., default, asset-freeze).
The code of the asset (e.g., BRL, USD).
The available balance at the queried point in time.
The on-hold (reserved) balance at the queried point in time.
The balance version at the queried point in time.
The type of the account (e.g., deposit, creditCard).
Timestamp of balance creation (UTC).
Timestamp of last update at the queried point in time (UTC).