Paginated active orders for an account from the trade read service: open orders plus today’s terminal activity. Default source is the v2 cache; optional PostgreSQL reads use the same domain order shape as WebSocket updates.
Use Case: Drive a live blotter or reconcile REST snapshots with accUpdates by merging on clOrdId.
Documentation Index
Fetch the complete documentation index at: https://finance.dev/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/accounts/{id}/orders) returns legacy field names (orderType, status, quantity, …) and an availability object. This v2 endpoint returns domains/order.Order objects (field names type, ordStatus, qty, …) and paginates with nextCursor instead of bundling availability metadata.
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Account ID (for example SIM7010UJIY6)
Read source. Defaults to server configuration ORDERS_V2_DEFAULT_SOURCE (typically cache). Unknown values yield 400.
cache, db Page size. Default 50; server maximum 500.
1 <= x <= 500Opaque pagination cursor. Use 0 for the first page; otherwise pass the previous nextCursor.
Page of active orders