Volume of Mobile Money Transactions
Total transaction count (volume) for mobile-money.
GET/3.0/alternate/mobile-money-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",
"national": 423423434,
"provinces":[
{
"key": "punjab",
"value": 12345678
},
{
"key": "sindh",
"value": 23456789
},
{
"key": "kpk",
"value": 34567890
},
{
"key": "balochistan",
"value": 45678901
}
]
},
{
"period": "Sep 2024",
"national": 87654321,
"provinces":[
{
"key": "punjab",
"value": 12345678
},
{
"key": "sindh",
"value": 23456789
},
{
"key": "kpk",
"value": 34567890
},
{
"key": "balochistan",
"value": 45678901
}
]
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Period of the data point (e.g., "Nov 2024") |
national | integer | Total volume of mobile money transactions at the national level |
provinces | array of objects | Breakdown of mobile money transaction volume by province View |
Provinces Object
| Field | Type | Description |
|---|---|---|
key | string | Province key (e.g., "punjab", "sindh") |
value | integer | Volume of mobile money transactions in the specified province |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Volume of Mobile Money Transactions
curl -X GET "https://csapis.com/3.0/alternate/mobile-money-volume" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics