List traded symbols
Returns the symbols the caller’s organization traded in the trailing window, unioned with those it still holds, sorted ascending. Intended to be fetched once and indexed by the client for prefix search, so the list is deliberately small and cheap rather than paginated.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Trading account to narrow to. Omitted spans every account the organization owns.
Required. Which environment the read covers. Resolved to the organization's accounts in that environment, including disabled and deleted ones, since the ledger stores no environment of its own. Rejected with 400 when it disagrees with the account named alongside it.
paper, live Trailing day count. Defaults to 1, clamped to 365, then to the window the caller's plan grants.
Response
Symbols retrieved
The symbols an organization has traded in a window, or still holds.
Sorted ascending, so a caller can index it for prefix search without sorting it again. Held positions are folded in regardless of when they were opened: a symbol carried from before the window is one an operator still expects to find by typing it.