Skip to main content

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

List of detected anomalies (empty when healthy)