Paper Based Transactions - Value
Retrieve data for paper based transactions - value.
GET/3.0/alternate/paper-transactions-value
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
This endpoint does not accept any query parameters.
Response
Success Response (200)
{
"status": "ok",
"data": [
{
"period": "Nov 2023",
"value": 50000000000
},
{
"period": "Oct 2023",
"value": 48000000000
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Period identifier (e.g., "Nov 2023") |
value | numeric | Paper Based Transactions |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Paper Based Transactions - Value
curl -X GET "https://csapis.com/3.0/alternate/paper-transactions-value" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics