UNPKG

ccxws

Version:

Websocket client for 37 cryptocurrency exchanges

8 lines (7 loc) 165 B
export type ClientOptions = { wssPath?: string; watcherMs?: number; throttleMs?: number; l2UpdateDepth?: number; throttleL2Snapshot?: number; };