Get transactions by month

Retrieve monthly transaction summaries for an entity

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

entityIdstringRequired
The ID of the entity

Response

List of monthly transaction summaries
yearinteger or null
The year of the transactions
monthinteger or null

The month of the transactions (1-12)

deltadouble or null
The net change in balance for the month
plaidAccountBreakdownlist of objects or null
Breakdown of transactions by Plaid account

Errors