ccxws
Version:
Websocket client for 37 cryptocurrency exchanges
5 lines (4 loc) • 348 B
TypeScript
import { BinanceBase, BinanceClientOptions } from "./BinanceBase";
export declare class BinanceClient extends BinanceBase {
constructor({ useAggTrades, requestSnapshot, socketBatchSize, socketThrottleMs, restThrottleMs, testNet, wssPath, restL2SnapshotPath, watcherMs, l2updateSpeed, l2snapshotSpeed, batchTickers, }?: BinanceClientOptions);
}