Trial balance as of a timestamp
Trial balance as of a timestamp
Every account’s balance, with per-currency debit/credit totals.
A healthy ledger has totals_by_currency[X].residual == 0 for
every currency. The healthy boolean rolls this up.
Uses value_date for the cutoff. Pass ?at= for a historical
view; omit for current.
GET
Trial balance as of a timestamp
Authorizations
OAuth 2.0 client_credentials grant. Send client_id:client_secret
as HTTP Basic, or as form fields. Tokens are HS256 JWTs valid for
one hour (configurable). Decode them at jwt.io.
Query Parameters
Filter to a single currency.
Include accounts with zero posted + pending.
Response
200 - application/json
Trial balance report