Appearance
Are you an LLM? You can read better optimized documentation at /api/reference/get-trade-orders.md for this page in Markdown format
GET /trades/{id}/orders
Returns all orders for the given trade UUID.
TTMT splits each trade into layers and places one or more orders per layer, up to a platform cap of 36 orders per trade (at most 6 layers, and at most 6 orders in any one layer). The exact count is adaptive — it depends on your volume, the layer allocation, and your broker's lot rules. This endpoint returns the full set — filled, pending, and cancelled — so you can reconstruct the complete layered entry structure.
Returns 404 if the trade does not exist or belongs to a different user.

