{
"success": true,
"message": "Transactions fetched successfully!",
"data": [
{
"month": "April",
"totalTransactions": 294,
"totalAmount": 553309860
},
{
"month": "May",
"totalTransactions": 347,
"totalAmount": 100740836000
},
{
"month": "June",
"totalTransactions": 534,
"totalAmount": 3983939500
},
{
"month": "July",
"totalTransactions": 1743,
"totalAmount": 2629101090
},
{
"month": "August",
"totalTransactions": 2661,
"totalAmount": 10773967355
},
{
"month": "September",
"totalTransactions": 2898,
"totalAmount": 3722408419
},
{
"month": "October",
"totalTransactions": 2306,
"totalAmount": 8749153745
}
]
}