Annual ATM Transactions (Value)
Retrieve data for annual atm transactions (value).
GET/3.0/alternate/atm-transactions-annual-value
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",
"total": 500000000000,
"atm_cash": 300000000000,
"atm_deposit": 50000000000,
"funds_transfer": 80000000000,
"utility_bills": 40000000000,
"funds_transfers": 20000000000,
"deposit_instrument": 10000000000
},
{
"year": "2022",
"total": 480000000000,
"atm_cash": 290000000000,
"atm_deposit": 48000000000,
"funds_transfer": 75000000000,
"utility_bills": 38000000000,
"funds_transfers": 19000000000,
"deposit_instrument": 10000000000
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
year | string | Year identifier |
total | numeric | Total Transactions Value |
atm_cash | numeric | Cash Withdrawals |
atm_deposit | numeric | Cash Deposits |
funds_transfer | numeric | Account to Account Fund Transfers |
utility_bills | numeric | Utility Bill Payments |
funds_transfers | numeric | Third Party - Account to Account Fund Transfers |
deposit_instrument | numeric | Deposits of Payment Instrument |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Annual ATM Transactions (Value)
curl -X GET "https://csapis.com/3.0/alternate/atm-transactions-annual-value" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics