Use this endpoint to retrieve the state of all balances for a specific account at a given point in time (point-in-time query).
Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
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. Represented as a decimal string with arbitrary precision (e.g., "1500.75").
The on-hold (reserved) balance at the queried point in time. Represented as a decimal string with arbitrary precision (e.g., "250.00").
The balance version at the queried point in time.
The type of the account (e.g., deposit, creditCard).
The accounting direction of the balance at the queried point in time.
credit, debit The amount of overdraft consumed at the queried point in time, as a decimal string. Always non-negative.
The per-balance configuration snapshot at the queried point in time. null for legacy balances without custom settings.
Computed view of the balance state at the queried point in time. Always present; never persisted. Mirrors the live balance position shape so historical responses carry the same wire surface as live reads.
Timestamp of balance creation (UTC).
Timestamp of last update at the queried point in time (UTC).