Get Transaction Chart

Returns transaction sums chart data showing total transaction amounts for the current month.
The data is always grouped into 5 columns representing equal divisions of the current month.

Key features:

  • Always shows data for the current month (from 1st to last day)
  • Returns exactly 5 data points dividing the month into equal parts
  • Future columns (after current date) will exist but contain zero values
  • Transaction amounts are shown as absolute values (positive)

List of possible error codes:

CodeStatusDescription
INVALID_QUERY_PARAMETERS400Query parameters are invalid
ACCOUNT_NOT_FOUND404One or more specified accounts not found
FORBIDDEN403Access denied to one or more accounts
INTERNAL_ERROR500Internal server error
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Returns aggregated transaction data suitable for charting (e.g. spending by category over time).

Individual only — this endpoint is not available for Business Owner or Operator user types.

Query Params
accountIds
array of int64s

Array of account IDs to filter by (comma-separated). If not provided, all accessible accounts will be included.

accountIds
string
enum
required

Filter transactions by type:

  • income: Only positive transactions (credits)
  • expense: Only negative transactions (debits)
Allowed:
Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json