Deposits in Foreign Currency
Aggregate deposits held in foreign currency accounts.
GET/3.0/alternate/foreign-currency-deposits
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
This endpoint does not accept any query parameters.
Response
Success Response (200)
{
"status":"ok",
"data":[
{
"year":"2024",
"value":300000000,
},
{
"year":"2023",
"value":250000000,
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
year | string | Year identifier |
value | integer | Total deposits in foreign currency |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Deposits in Foreign Currency
curl -X GET "https://csapis.com/3.0/alternate/foreign-currency-deposits" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics