Detect anomalies on a trade
GET/api/v1/trades/:tradeId/anomalies
Returns a structured, read-only list of detected anomalies for the trade (aggregate drift, missing entry executions, entry price out of range, wrong terminal status, permanent position discrepancy, or a position missing in UTM). Each anomaly carries the repair action IDs the user can invoke. Returns an empty array for a healthy trade. The trade must belong to the authenticated user.
Request
Responses
- 200
- 401
- 404
- 500
List of detected anomalies (empty when healthy)
Authentication required
Trade not found or does not belong to the authenticated user
Server error