Skip to main content

Quarterly ATM Transactions - by Value

Retrieve data for quarterly atm transactions - by value.

GET/3.0/alternate/atm-transactions-quarterly-value

Request

Authentication

  • Type: Bearer Token
  • Required: Yes

Parameters

This endpoint does not accept any query parameters.

Response

Success Response (200)

{
"status": "ok",
"data": [
{
"period": "Q1 2023",
"cash_withdrawl": 120000000000,
"intra_bank": 80000000000,
"inter_bank": 50000000000,
"utility_bills": 20000000000,
"cash_deposits": 30000000000,
"total": 300000000000
},
{
"period": "Q4 2022",
"cash_withdrawl": 115000000000,
"intra_bank": 75000000000,
"inter_bank": 48000000000,
"utility_bills": 19000000000,
"cash_deposits": 29000000000,
"total": 286000000000
}
]
}

Response Fields

FieldTypeDescription
periodstringPeriod identifier (e.g., "Q1 2023")
cash_withdrawlnumericCash Withdrawal
intra_banknumericIntra-Bank Fund Transfer
inter_banknumericInter-Bank Fund Transfers
utility_billsnumericUtility Bills Payment
cash_depositsnumericCash / Instrument Deposits
totalnumericTotal

Error Responses

For detailed Common Error responses, see the Error Handling.

Examples

GET Quarterly ATM Transactions - by Value

curl -X GET "https://csapis.com/3.0/alternate/atm-transactions-quarterly-value" -H "Authorization: Bearer YOUR_API_TOKEN"

Use Cases

  • Data analysis
  • Dashboard / metrics