Skip to main content

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

FieldTypeDescription
periodstringPeriod of the data point (e.g., "Nov 2023")
totalintegerTotal volume of m-wallet transactions (e.g., 1234567890)
txn_typesarrayList of transaction types with their values View

Txn Types Object

FieldTypeDescription
keystringTransaction type key (e.g., "ibft", "utility_bill")
valueinteger

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