@exchange-connect/coinex
Version:
Coinex ( https://www.coinex.com ) SDK
13 lines (12 loc) • 306 B
TypeScript
/**
* @fileOverview Futures Market Realtime Data Streaming
* @namespace Streams.futures
* @memberof Streams
*/
export * from "./status";
export * from "./depth";
export * from "./kline";
export * from "./latestTransaction";
export * from "./order";
export * from "./position";
export * from "./asset";