Trial Balance

GET https://app.speybooks.com/api/v1/reports/trial-balance

Lists all accounts with non-zero balances as at the asOf date, split into debit and credit columns. The totals row verifies that debits equal credits — if balanced is false, there is a ledger inconsistency.

Accounts with zero balances are excluded. Each account shows either a debit or credit value, never both.

Query parameters

asOf string required
date

Response

200 Default Response
Show response fields
accounts array<object>
Show child attributes
code string
credit string nullable
debit integer
id string
name string
asOf string
totals object
Show child attributes
balanced boolean
credit integer
debit integer