Annual ATM Transactions (Volume)
Retrieve data for annual atm transactions (volume).
GET/3.0/alternate/atm-transactions-annual-volume
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
This endpoint does not accept any query parameters.
Response
Success Response (200)
{
"status": "ok",
"data": [
{
"year": "2023",
"atm_cash": 50000000,
"atm_deposit": 10000000,
"deposit_instrument": 2000000,
"funds_transfer": 15000000,
"utility_bills": 5000000,
"funds_transfers": 1000000,
"total": 83000000
},
{
"year": "2022",
"atm_cash": 48000000,
"atm_deposit": 9500000,
"deposit_instrument": 1900000,
"funds_transfer": 14000000,
"utility_bills": 4800000,
"funds_transfers": 900000,
"total": 79100000
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
year | string | Year identifier |
atm_cash | numeric | Cash Withdrawals |
atm_deposit | numeric | Cash Deposits |
deposit_instrument | numeric | Deposits of Payment Instrument |
funds_transfer | numeric | Account to Account Fund Transfers |
utility_bills | numeric | Utility Bill Payments |
funds_transfers | numeric | Third Party - Account to Account Fund Transfers |
total | numeric | Total Transactions |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Annual ATM Transactions (Volume)
curl -X GET "https://csapis.com/3.0/alternate/atm-transactions-annual-volume" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics