E-Banking Transactions (Volume & Value)
Retrieve data for e-banking transactions (volume & value).
GET/3.0/alternate/ebanking-transactions
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",
"volume": 50000000,
"value": 5000000000000
},
{
"year": "2022",
"volume": 45000000,
"value": 4500000000000
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
year | string | Year identifier |
volume | numeric | Volume of Transactions |
value | numeric | Value of Transactions |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET E-Banking Transactions (Volume & Value)
curl -X GET "https://csapis.com/3.0/alternate/ebanking-transactions" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics