M-Wallets Transactions - by Volume
Volume of m-wallet transactions.
GET/3.0/alternate/m-wallet-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 2023",
"total": 1234567890,
"txn_types": [
{
"key": "ibft",
"value": 567890123
},
{
"key": "utility_bill",
"value": 345678901
},
{
"key": "mobile_topup",
"value": 321098765
},
{
"key": "donations",
"value": 987654321
}
]
},
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Period of the data point (e.g., "Nov 2023") |
total | integer | Total volume of m-wallet transactions (e.g., 1234567890) |
txn_types | array | List of transaction types with their values View |
Txn Types Object
| Field | Type | Description |
|---|---|---|
key | string | Transaction type key (e.g., "ibft", "utility_bill") |
value | integer |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET M-Wallets Transactions - by Volume
curl -X GET "https://csapis.com/3.0/alternate/m-wallet-transactions-volume" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics