binance-futures-wrapper
Version:
A comprehensive TypeScript wrapper for Binance USDT-M Futures API with full REST and WebSocket support
10 lines • 332 B
TypeScript
/**
* Binance Futures Wrapper - Main entry point
*/
export { BinanceFuturesClient } from './client';
export { RestClient } from './rest';
export { WebSocketClient } from './websocket';
export * from './types';
export * from './utils';
export { BinanceFuturesClient as default } from './client';
//# sourceMappingURL=index.d.ts.map