Summarise trade anomalies for an account
GET/api/v1/trades/anomaly-summary
Returns a map of trade ID to anomaly count and highest severity for every non-deleted trade in the account that has at least one detected anomaly. Powers the "Needs repair" badge on the reconciliation page. Read-only. The account must belong to the authenticated user.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Per-trade anomaly summary
Missing accountId query parameter
Authentication required
Account not found or does not belong to the authenticated user
Server error