Skip to main content

Quarterly ATM Transactions - by Volume

Retrieve data for quarterly atm transactions - by volume.

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

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": 12000000,
"intra_bank": 3000000,
"inter_bank": 2000000,
"utility_bills": 1000000,
"cash_deposits": 2000000
},
{
"period": "Q4 2022",
"cash_withdrawl": 11500000,
"intra_bank": 2900000,
"inter_bank": 1900000,
"utility_bills": 950000,
"cash_deposits": 1900000
}
]
}

Response Fields

FieldTypeDescription
periodstringPeriod identifier (e.g., "Q1 2023")
cash_withdrawlnumericCash Withdrawals
intra_banknumericIntra-Bank Fund Transfer
inter_banknumericInter-Bank Fund Transfers
utility_billsnumericUtilities Bill Payments
cash_depositsnumericCash / Instrument Deposits

Error Responses

For detailed Common Error responses, see the Error Handling.

Examples

GET Quarterly ATM Transactions - by Volume

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

Use Cases

  • Data analysis
  • Dashboard / metrics