Skip to main content
GET
/
api
/
transactions
/
summary
[
  {
    "sum_inflow": 123,
    "total_inflow": 123,
    "sum_outflow": 123,
    "total_outflow": 123,
    "month": 123,
    "year": 123
  }
]

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Response

200 - application/json

Summary stats retrieved successfully.

sum_inflow
number

Sum of inflow transactions.

total_inflow
integer

Total inflow transactions.

sum_outflow
number

Sum of outflow transactions.

total_outflow
integer

Total outflow transactions.

month
integer

Month of the transaction.

year
integer

Year of the transaction.