{
"success": true,
"transactions": [
{
"id": "txn_abc123",
"type": "transfer_p2p",
"status": "completed",
"amount": 5000000,
"amount_formatted": "50,000.00 SLE",
"fee": 75000,
"direction": "debit",
"counterparty": {
"name": "Jane Smith",
"card_serial": "OLIV0002"
},
"balance_after": 7500000,
"memo": "Payment for services",
"created_at": "2025-01-15T10:30:00Z"
},
{
"id": "txn_def456",
"type": "agent_cashin",
"status": "completed",
"amount": 10000000,
"amount_formatted": "100,000.00 SLE",
"fee": 0,
"direction": "credit",
"counterparty": {
"name": "Agent ABC",
"type": "agent"
},
"balance_after": 12500000,
"created_at": "2025-01-14T15:00:00Z"
}
],
"total_count": 45,
"limit": 20,
"offset": 0
}