List order history
GET/order-history
Returns a paginated order history — the order state changes for the
authenticated broker over a time range. Each record is a full snapshot
of the order state at that point, in the same shape as the orders
WebSocket channel's update messages, so an order appears once per state
change. Results are returned newest-first. Pagination is server-side:
forward the opaque after/before cursors from response_metadata
verbatim.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
List of order state changes
Bad request — validation failed or invalid parameters
Authentication required or credentials invalid
Insufficient permissions for the requested resource
Rate limit exceeded — retry after the period indicated in Retry-After header
Internal server error