Query Chart Series Data
Retrieves time series data based on configured series parameters
POST
Авторизации
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Тело
application/json
Array of series configurations
Required array length:
1 - 5 elementsStart timestamp in milliseconds
Пример:
1647014400000
End timestamp in milliseconds
Пример:
1647100800000
Time bucket size for aggregations
Доступные опции:
30s, 1m, 5m, 10m, 15m, 30m, 1h, 2h, 6h, 12h, 1d, 2d, 7d, 30d, auto Пример:
"1h"
Format of the returned data
Доступные опции:
ratio, column Пример:
"column"
Ответ
Successfully retrieved time series data
Array of data points for the series
Последнее изменение 15 июля 2026 г.