Calculate the sum of balances across a filtered set of accounts. Useful for computing totals like total customer funds, revenue by category, or liability tracking.Documentation Index
Fetch the complete documentation index at: https://docs.formance.com/llms.txt
Use this file to discover all available pages before exploring further.
ledger001)
pit: Point-in-time query. Returns balances as they existed at this timestamp. (e.g., 2024-01-15T10:30:00Z)
useInsertionDate: When true, uses the insertion timestamp instead of the effective date for calculations.
$match with address patterns to sum balances. See Filtering Queries for full syntax.
Example:
The access token received from the authorization server in the OAuth 2.0 flow.
Name of the ledger.
"ledger001"
Use insertion date instead of effective date
The body is of type object.
OK
{ "USD": 100, "EUR": 12 }