Quarterly Real Time Online Banking Transactions - by Volume
Retrieve data for quarterly real time online banking transactions - by volume.
GET/3.0/alternate/online-banking-quarterly-volume
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
This endpoint does not accept any query parameters.
Response
Success Response (200)
{
"status": "ok",
"data": [
{
"period": "Q1 2023",
"cash_deposits": 2000000,
"cash_withdrawl": 3000000,
"intra_bank": 5000000,
"funds_transfer": 8000000
},
{
"period": "Q4 2022",
"cash_deposits": 1900000,
"cash_withdrawl": 2900000,
"intra_bank": 4800000,
"funds_transfer": 7600000
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Period identifier (e.g., "Q1 2023") |
cash_deposits | numeric | Cash Deposit |
cash_withdrawl | numeric | Cash Withdrawal |
intra_bank | numeric | Intra-Bank Fund Transfer |
funds_transfer | numeric | A/c to A/c Funds Transfer |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Quarterly Real Time Online Banking Transactions - by Volume
curl -X GET "https://csapis.com/3.0/alternate/online-banking-quarterly-volume" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics