@exchange-connect/coinex
Version:
Coinex ( https://www.coinex.com ) SDK
14 lines (13 loc) • 348 B
TypeScript
/**
* @fileOverview Spot Market Realtime Data Streaming
* @namespace Streams.spot
* @memberof Streams
*/
export * from "./status";
export * from "./depth";
export * from "./kline";
export * from "./latestTransaction";
export * from "./order";
export * from "./asset";
export * from "./indexPrice";
export * from "./temporaryMaintenanceNotice";