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, invalid parameters, or the request
was rejected due to a business rule violation (e.g.
INSUFFICIENT_FUNDS when a transfer exceeds the available balance).
Authentication required or credentials invalid
Insufficient permissions for the requested resource
Rate limit exceeded — retry after the period indicated in Retry-After header
Response Headers
Number of seconds to wait before retrying the request
Internal server error