Skip to content

Lucid SDK API


Lucid SDK API / Interval

Enumeration: Interval

Defined in: src/types/index.ts:48

Enumeration for candle intervals (timeframes).

Enumeration Members

EIGHT_HOURS

EIGHT_HOURS: "8h"

Defined in: src/types/index.ts:58


FIFTEEN_MINUTES

FIFTEEN_MINUTES: "15m"

Defined in: src/types/index.ts:52


FIVE_MINUTES

FIVE_MINUTES: "5m"

Defined in: src/types/index.ts:51


FOUR_HOURS

FOUR_HOURS: "4h"

Defined in: src/types/index.ts:56


ONE_DAY

ONE_DAY: "1d"

Defined in: src/types/index.ts:60


ONE_HOUR

ONE_HOUR: "1h"

Defined in: src/types/index.ts:54


ONE_MINUTE

ONE_MINUTE: "1m"

Defined in: src/types/index.ts:49


ONE_MONTH

ONE_MONTH: "1M"

Defined in: src/types/index.ts:63


ONE_WEEK

ONE_WEEK: "1w"

Defined in: src/types/index.ts:62


SIX_HOURS

SIX_HOURS: "6h"

Defined in: src/types/index.ts:57


THIRTY_MINUTES

THIRTY_MINUTES: "30m"

Defined in: src/types/index.ts:53


THREE_DAYS

THREE_DAYS: "3d"

Defined in: src/types/index.ts:61


THREE_MINUTES

THREE_MINUTES: "3m"

Defined in: src/types/index.ts:50


TWELVE_HOURS

TWELVE_HOURS: "12h"

Defined in: src/types/index.ts:59


TWO_HOURS

TWO_HOURS: "2h"

Defined in: src/types/index.ts:55