{
"success": true,
"status": 200,
"message": "Transaction retrieved successfully",
"data": {
"transactionId": "WD1A2B3C4D5E6F7G8H",
"reference": "TYourTronAddressHere1234567890123",
"type": "WITHDRAW",
"amount": 102,
"fee": 2,
"currency": "USDT",
"status": "COMPLETED",
"description": "Withdrawal request: 100 USDT to TYourTronAddressHere1234567890123 (TRON)",
"balanceBefore": 1000,
"balanceAfter": 898,
"createdAt": "2026-01-05T10:30:00+00:00",
"updatedAt": "2026-01-05T10:35:00+00:00",
"withdrawal": {
"address": "TYourTronAddressHere1234567890123",
"network": "TRON",
"netAmount": 100,
"txHash": "abc123def456..."
}
},
"meta": {
"requestId": "req_abc123def456",
"timestamp": "2026-01-05T10:30:00+00:00"
}
}