AccountStatsFilters: {
    endDate?: number;
    limit?: number;
    reverse?: boolean;
    startDate?: number;
    timeFrame: TimeFrame;
}

Transformations and clipping to apply to the time-series.

Type declaration

  • Optional endDate?: number

    The end date in milliseconds at which to end fetching the time series.

  • Optional limit?: number

    The maximum number of time series items to fetch.

  • Optional reverse?: boolean

    Whether to process the time series in reverse order (from first to last).

  • Optional startDate?: number

    The start date in milliseconds at which to start fetching the time series.

  • timeFrame: TimeFrame

    The bucket size of the time series to be fetched.

Generated using TypeDoc