OHLCV BarsGET
Returns historical OHLCV bars for the specified symbol and timeframe
Authorization
AuthorizationRequiredBearer <token>JWT token obtained from the login endpoint
In: header
Query Parameters
sidRequiredstringSymbol ID to fetch bars for
timeframeRequiredstringBar timeframe/resolution
Value in:
"1M" | "2M" | "3M" | "5M" | "15M" | "30M" | "1H" | "4H" | "12H" | "D" | "W" | "M"fromintegerStart timestamp (Unix time in seconds). Either 'from' or 'count' must be provided.
Format:
"int64"toRequiredintegerEnd timestamp (Unix time in seconds)
Format:
"int64"countintegerMaximum number of bars to return. Either 'from' or 'count' must be provided.
Minimum:
1Format: "int64"Successfully retrieved bars