Retrieves the chart configuration metadata including supported time resolutions, intraday multipliers, and data capabilities. This endpoint provides essential information for initializing charting libraries and understanding available data granularity options.
Use Case: Configure trading chart applications with supported timeframes and resolution settings before requesting historical data.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Chart configuration retrieved successfully
List of supported time resolutions for charts
[
"1S",
"5S",
"1",
"5",
"15",
"30",
"60",
"240",
"1D",
"1W",
"1M"
]Whether the API supports group requests
Whether the API supports marks on charts
Whether the API supports symbol search
Whether the API supports time endpoint
Whether the API supports timescale marks