Get organization balance aggregation with multi-currency conversion
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
Organization identifier (UUID format)
Headers
Query Parameters
Optional comma-separated list of merchant IDs to filter results. Only merchants the user has access to will be included.
Optional ISO 8601 date for point-in-time balance snapshot. Mutually exclusive with period parameter.
Base currency for conversion (ISO 4217 code). Currently only USD is supported. Defaults to USD if not provided.
Include per-merchant breakdown in historical snapshots. Default: false. When true, each snapshot includes detailed merchant balances with currency conversions. Set to false for better performance with large datasets.
Exclude todayโs snapshot from historical data for better cache performance. When true, only historical data (ending at yesterday) is returned, and currentSummary is omitted. Use this pattern: fetch current balance separately for real-time updates, while historical chart data uses aggressive caching. Default: false
Response
Returned when neither date nor period is provided (current balance), or when date parameter is specified (point-in-time balance)
Returned when period parameter is provided (e.g., ?period=30d). Includes time-series snapshots with optional per-merchant breakdown controlled by includeMerchantBreakdown parameter.