{
"success": true,
"data": {
"accountId": "acc_12345",
"transactions": [
{
"transactionId": "txn_001",
"type": "CREDIT",
"amount": {
"value": 1000.00,
"currency": "EUR"
},
"description": "Incoming transfer",
"reference": "INV-2024-001",
"balanceAfter": 5000.00,
"createdAt": "2024-01-15T10:00:00Z"
},
{
"transactionId": "txn_002",
"type": "DEBIT",
"amount": {
"value": 250.00,
"currency": "EUR"
},
"description": "SEPA transfer",
"reference": "Payment to vendor",
"balanceAfter": 4750.00,
"createdAt": "2024-01-15T11:30:00Z"
}
],
"pagination": {
"total": 45,
"page": 1,
"pageSize": 20
}
}
}