v2

latestOpenAPI 3.0.4MIT License2026-08-015029332.0 KB
OHLCV

List all periods

Get full list of supported time periods available for requesting OHLCV timeseries data.

Available periods

Time unitPeriod identifiers
Second1SEC, 2SEC, 3SEC, 4SEC, 5SEC, 6SEC, 10SEC, 15SEC, 20SEC, 30SEC
Minute1MIN, 2MIN, 3MIN, 4MIN, 5MIN, 6MIN, 10MIN, 15MIN, 20MIN, 30MIN
Hour1HRS, 2HRS, 3HRS, 4HRS, 6HRS, 8HRS, 12HRS
Day1DAY, 2DAY, 3DAY, 5DAY, 7DAY, 10DAY
Month1MTH, 2MTH, 3MTH, 4MTH, 6MTH
Year1YRS, 2YRS, 3YRS, 4YRS, 5YRS

:::tip You can assume that we will not remove any periods from this response, however, we may add new ones. :::

get/v1/ohlcv/periods

Response

successful operation

period_idstring nullable

Gets or sets the period ID.

length_secondsinteger

Gets or sets the length of the period in seconds.

length_monthsinteger

Gets or sets the length of the period in months.

unit_countinteger nullable

Gets or sets the unit count.

unit_namestring nullable

Gets or sets the unit name.

display_namestring nullable

Gets or sets the display name of the timeseries period.