Skip to main content
POST

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

ボディ

application/json
series
object[]
必須

Array of series configurations

Required array length: 1 - 5 elements
startTime
number
必須

Start timestamp in milliseconds

:

1647014400000

endTime
number
必須

End timestamp in milliseconds

:

1647100800000

granularity
enum<string>

Time bucket size for aggregations

利用可能なオプション:
30s,
1m,
5m,
10m,
15m,
30m,
1h,
2h,
6h,
12h,
1d,
2d,
7d,
30d,
auto
:

"1h"

seriesReturnType
enum<string>

Format of the returned data

利用可能なオプション:
ratio,
column
:

"column"

レスポンス

Successfully retrieved time series data

data
object[]

Array of data points for the series

最終更新日 2026年7月15日