Get Account Orders
Accounts
Account Orders
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.
GET
Get Account Orders
Documentation Index
Fetch the complete documentation index at: https://finance.dev/llms.txt
Use this file to discover all available pages before exploring further.
For new integrations, use List active orders (v2) and List order history (v2). They return the v2 domain order shape (aligned with WebSocket updates); this page documents the legacy v1 snapshot with
availability and different per-order field names.Demo response (all fields)
This matches trade-xh-svcGetOrdersResponse / 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.
Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Path Parameters
Account whose recent orders you want to read. Enter the account ID selected by the user.
Response
Account orders retrieved successfully