Current OHLC BarsGET
Returns the last OHLCV bar for each requested symbol and timeframe in a single call
Authorization
AuthorizationRequiredBearer <token>JWT token obtained from the login endpoint
In: header
Query Parameters
sidsRequiredarray<string>Symbol IDs to fetch the current bar for (repeat parameter for multiple)
timeframeRequiredstringBar timeframe/resolution
Value in:
"1M" | "2M" | "3M" | "5M" | "15M" | "30M" | "1H" | "4H" | "12H" | "D" | "W" | "M"Successfully retrieved current bars
OHLCV Bars
Returns historical OHLCV bars for the specified symbol and timeframe
Default Watchlist
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.