Skip to main content
GET
/
api
/
transactions
/
timeline
[
  {
    "created_date": "2023-12-25",
    "PAY": 123,
    "PAY_AMOUNT": 123,
    "DEPOSIT": 123,
    "DEPOSIT_AMOUNT": 123,
    "WITHDRAW": 123,
    "WITHDRAW_AMOUNT": 123
  }
]

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Response

200 - application/json

Transactions timeline retrieved successfully.

created_date
string<date>
PAY
integer

Number of PAY transactions.

PAY_AMOUNT
number

Sum of PAY transactions.

DEPOSIT
integer

Number of DEPOSIT transactions.

DEPOSIT_AMOUNT
number

Sum of DEPOSIT transactions.

WITHDRAW
integer

Number of WITHDRAW transactions.

WITHDRAW_AMOUNT
number

Sum of WITHDRAW transactions.