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
| Field | Type | Description |
|---|---|---|
year | string | Year identifier |
cash_wtl | numeric | Cash Withdrawal |
cash_deposit | numeric | Cash Deposit |
funds_transfer | numeric | Account to Account Funds Transfer |
total | numeric | Total 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