{
"success": true,
"data": [
{
"id": "b3f1c2d4-0001-4e5a-9abc-111111111111",
"walletId": "a1b2c3d4-0000-4e5a-9abc-000000000000",
"type": "topup",
"amount": 5000000,
"balanceAfter": 5000000,
"transactionId": null,
"reference": "TOPUP-REF-001",
"createdAt": "2026-07-20T08:00:00.000Z"
},
{
"id": "b3f1c2d4-0002-4e5a-9abc-222222222222",
"walletId": "a1b2c3d4-0000-4e5a-9abc-000000000000",
"type": "debit",
"amount": 500000,
"balanceAfter": 4500000,
"transactionId": "tx-uuid-0001",
"reference": null,
"createdAt": "2026-07-21T10:00:00.000Z"
},
{
"id": "b3f1c2d4-0003-4e5a-9abc-333333333333",
"walletId": "a1b2c3d4-0000-4e5a-9abc-000000000000",
"type": "refund",
"amount": 500000,
"balanceAfter": 5000000,
"transactionId": "tx-uuid-0001",
"reference": null,
"createdAt": "2026-07-21T11:30:00.000Z"
}
],
"pagination": {
"page": 1,
"pageSize": 10,
"totalCount": 3,
"totalPages": 1
}
}