cURL
curl --request GET \ --url https://api.solarsentra.io/v1/analytics/anomalies \ --header 'Authorization: Bearer <token>'
{ "walletId": "wlt_abc123def456", "anomalies": [ { "id": "anom_abc123", "type": "unusual_volume", "severity": "medium", "description": "Transaction volume 450% above normal", "transaction": { "signature": "<string>", "amount": 123, "timestamp": "2023-11-07T05:31:56Z" }, "detectedAt": "2023-11-07T05:31:56Z" } ], "riskScoreChange": 12, "recommendation": "Monitor closely for next 24 hours" }
Identify unusual or suspicious transaction patterns
JWT Bearer token authentication. Include the token in the Authorization header
"wlt_abc123def456"
Time range for anomaly detection
24h
7d
30d
Anomalies detected successfully
Show child attributes
12
"Monitor closely for next 24 hours"