{
"success": true,
"data": [
{
"id": "trxn_123",
"reference": "RS-20250101-ABC123",
"status": "PENDING",
"fromCurrency": "USDT",
"fromAmount": 750.12,
"toCurrency": "NGN",
"toAmount": 500000,
"depositAddress": "TPabc...",
"createdAt": "2025-01-01T12:00:00Z",
"updatedAt": "2025-01-01T12:10:00Z"
},
{
"id": "trxn_124",
"reference": "RS-20250101-XYZ789",
"status": "COMPLETED",
"fromCurrency": "USDT",
"fromAmount": 760,
"toCurrency": "NGN",
"toAmount": 505000,
"depositAddress": "TPdef...",
"createdAt": "2025-01-02T09:00:00Z",
"updatedAt": "2025-01-02T09:30:00Z"
}
]
}