Retrieve recent orders for a specific trading account. The response includes an orders array and an availability object describing whether cached data is present and its source.
Use Case: Build an order history or activity view backed by the account orders snapshot.
GetOrdersResponse / OrderResponse JSON (svc/trade-xh-svc/internal/transport/http/response.go). The API reference uses the same sample values below for each field (not generic type placeholders). Production responses may omit optional fields when empty (legs, text, timestamps, etc.). instrument, category, and destination are whatever strings the upstream order snapshot provides—not always full names like EQUITY.
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Account ID
Account orders retrieved successfully