Outstanding Amount held in National Savings Accounts
Total balance held in National Savings accounts.
GET/3.0/alternate/national-savings
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",
"savings_center": 450000000,
"post_offices": 350000000,
"total": 800000000
},
{
"year": "2022",
"savings_center": 420000000,
"post_offices": 320000000,
"total": 740000000
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
year | string | Year identifier |
savings_center | numeric | Outstanding Amount - National Saving Centers |
post_offices | numeric | Outstanding Amount - Post Offices |
total | numeric | Total Outstanding Amount |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Outstanding Amount held in National Savings Accounts
curl -X GET "https://csapis.com/3.0/alternate/national-savings" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics