Default WatchlistGET
Returns the account's default, preconfigured symbols watchlist, ordered by symbol name. The default is preconfigured by the broker. Read-only — the server stores no watchlists; clients seed their own watchlist from this list and persist it through the client-settings endpoints. Symbols that are no longer accessible or no longer exist are omitted.
Authorization
AuthorizationRequiredBearer <token>JWT token obtained from the login endpoint
In: header
Path Parameters
account_idRequiredstringAccount ID to resolve the default watchlist for
Successfully retrieved the default watchlist
Current OHLC Bars
Returns the last OHLCV bar for each requested symbol and timeframe in a single call
Symbol by ID
Returns the full details of a single symbol for the authenticated account's group. Supports HTTP ETag revalidation; the response includes a strong `ETag` header derived from the symbol's last update time, and clients (browsers) sending `If-None-Match` will receive `304 Not Modified` when the cached representation is still fresh.