mexc-futures-sdk
Version:
Unofficial TypeScript SDK for MEXC Futures trading with maintenance bypass. Uses browser session tokens to work 24/7 even during API downtime.
10 lines • 657 B
TypeScript
export { MexcFuturesSDK as MexcFuturesClient } from "./client";
export type { MexcFuturesSDKConfig as MexcFuturesClientConfig } from "./client";
export { MexcFuturesWebSocket } from "./websocket";
export type { WebSocketConfig, FilterParams, WebSocketMessage, } from "./websocket";
export { MexcFuturesError, MexcAuthenticationError, MexcApiError, MexcNetworkError, MexcValidationError, MexcSignatureError, MexcRateLimitError, parseAxiosError, formatErrorForLogging, } from "./utils/errors";
export * from "./types/orders";
export * from "./types/account";
export * from "./types/market";
export * from "./utils/headers";
//# sourceMappingURL=index.d.ts.map