{
"status": true,
"message": "Transaction totals",
"data": {
"total_transactions": 47,
"unique_customers": 3,
"total_volume": 200847,
"total_volume_by_currency": [
{
"currency": "NGN",
"amount": 14000
}
],
"pending_transfers": 165812,
"pending_transfers_by_currency": [
{
"currency": "NGN",
"amount": 24000
}
]
}
}
curl https://budpay.ng/api/v1/transaction/totals
-H "Authorization: Bearer YOUR_SECRET_KEY"
-X GET