v1

latestSwagger 2.0Apache 2.0 License2026-07-1714714.4 KB
Accounts
Transactions

Fetch transactions by month and type for account

get/accounts/{accountId}/transactions/month/{month}/type/{type}

Path parameters

accountIdinteger required

Account id

monthstring required

Month to use for the search range

typestring required

Transaction type (CREDIT, DEBIT)

Response

successful operation

idinteger
accountIdinteger
datestring date-time
amountnumber
descriptionstring
type'Credit' | 'Debit'