Value of Mobile Money Transactions
Aggregate value of mobile-money transactions over the specified period.
GET/3.0/alternate/mobile-money-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 2024",
"value": 1234567890,
},
{
"period": "Sep 2024",
"value": 987654321,
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Period of the data point (e.g., "Nov 2024") |
value | integer | Total value of mobile money transactions during the specified period (e.g., 1234567890) |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Value of Mobile Money Transactions
curl -X GET "https://csapis.com/3.0/alternate/mobile-money-value" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics