UNPKG

binance-futures-wrapper

Version:

A comprehensive TypeScript wrapper for Binance USDT-M Futures API with full REST and WebSocket support

12 lines 277 B
/** * Export all types */ export * from './base'; export * from './market'; export * from './account'; export * from './websocket'; export * from './filters'; export * from './responses'; export * from './errors'; export * from './system'; //# sourceMappingURL=index.d.ts.map