Get joined audit view for a trade
GET/api/v1/trades/:tradeId/audit
Returns the trade plus its linked orders (with each order's signal and executions), executions attached directly to the trade, and any discrepancies. Lets the user inspect the full signal -> order -> execution lifecycle for one of their own trades.
Request
Responses
- 200
- 401
- 404
- 500
Joined trade audit view
Authentication required
Trade not found or does not belong to the authenticated user
Server error