UNPKG

ccxws

Version:

Websocket client for 37 cryptocurrency exchanges

10 lines (9 loc) 313 B
export declare class Candle { readonly timestampMs: number; readonly open: string; readonly high: string; readonly low: string; readonly close: string; readonly volume: string; constructor(timestampMs: number, open: string, high: string, low: string, close: string, volume: string); }