Get an account's order history
Every order the engine recorded for one account — filled, working, cancelled, rejected or expired — newest first, across all trading days. Each row carries the engine’s free-text reason and the derived trigger / triggerLabel (see the fills endpoint), plus realized P&L, fees, bracket links and the account balance after the fill.
Use GET /organization/snapshots/fills for a whole-organization, one-trading-day view; use this endpoint for one account’s history.
curl -X GET "https://api.hyperprop.com/platform/v1/organization/trading-accounts/7c9e6679-7425-40de-944b-e07fc1f90ae7/orders?limit=100" \
-H "X-API-Key: hp_live_your_key_here"
Authorizations
JWT Bearer token for user session auth. Format: "Bearer {token}". Used by User and Organization endpoints.
Path Parameters
Query Parameters
Comma-separated order statuses to include (e.g. filled, pending, cancelled, rejected, expired). Default: all
Include orders voided by a Time Machine revert (they carry revertedAt)
1 <= x <= 500x >= 0