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

yearintegerOptional

The year of the transactions

monthintegerOptional

The month of the transactions (1-12)

deltadoubleOptional

The net change in balance for the month

Errors