Interface HistoricRateRequestWithTimeSpan

interface HistoricRateRequestWithTimeSpan {
    end: string;
    granularity: CandleGranularity;
    start: string;
}

Hierarchy (view full)

Properties

end: string

Opening time (ISO 8601) of last candle, i.e. "2020-04-28T23:00:00.000Z"

granularity: CandleGranularity

Desired time slice in seconds.

start: string

Opening time (ISO 8601) of first candle, i.e. "2020-04-28T00:00:00.000Z"