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