Skip to main content

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

FieldTypeDescription
yearstringYear identifier
totalnumericTotal Transactions Value
atm_cashnumericCash Withdrawals
atm_depositnumericCash Deposits
funds_transfernumericAccount to Account Fund Transfers
utility_billsnumericUtility Bill Payments
funds_transfersnumericThird Party - Account to Account Fund Transfers
deposit_instrumentnumericDeposits 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