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
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.