Skip to main content

Annual Real Time Online Banking Transactions (Volume)

Retrieve data for annual real time online banking transactions (volume).

GET/3.0/alternate/online-banking-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",
"cash_wtl": 5000000,
"cash_deposit": 3000000,
"funds_transfer": 20000000,
"total": 28000000
},
{
"year": "2022",
"cash_wtl": 4800000,
"cash_deposit": 2800000,
"funds_transfer": 19000000,
"total": 26600000
}
]
}

Response Fields

FieldTypeDescription
yearstringYear identifier
cash_wtlnumericCash Withdrawal
cash_depositnumericCash Deposit
funds_transfernumericAccount to Account Funds Transfer
totalnumericTotal Transactions

Error Responses

For detailed Common Error responses, see the Error Handling.

Examples

GET Annual Real Time Online Banking Transactions (Volume)

curl -X GET "https://csapis.com/3.0/alternate/online-banking-annual-volume" -H "Authorization: Bearer YOUR_API_TOKEN"

Use Cases

  • Data analysis
  • Dashboard / metrics