curl --location --request GET '/api/v1/transactions/' \
--header 'x-business-id;' \
--header 'x-api-key: <api-key>'
{
"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"
}
}