OTC Transactions - by Volume
OTC transaction counts processed through mobile-money agents.
GET/3.0/alternate/otc-transactions-volume
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
This endpoint does not accept any query parameters.
Response
Success Response (200)
{
"status":"ok",
"message": "",
"data":[
{
"period": "Nov 2024",
"total": 9876543210,
"txn_types": [
{
"key": "ptop",
"value": 5432167890
},
{
"key": "pension_otc",
"value": 4444375320
},
{
"key": "utility_bills",
"value": 987239847
}
]
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Period of the data point (e.g., "Nov 2024") |
total | number | Total volume of OTC transactions (e.g., 9876543210) |
txn_types | array | List of transaction types with their volumes View |
Txn Types Object
| Field | Type | Description |
|---|---|---|
key | string | Transaction type key (e.g., "ptop", "pension_otc", "utility_bills") |
value | number | Volume of the transaction type |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET OTC Transactions - by Volume
curl -X GET "https://csapis.com/3.0/alternate/otc-transactions-volume" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics