mexc futures web client wip

This commit is contained in:
Dobromir Popov
2025-06-24 12:59:28 +03:00
parent d902e01197
commit 1f3166e1e5
11 changed files with 2139 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# MEXC Web Client Module
#
# This module provides web-based trading capabilities for MEXC futures trading
# which is not supported by their official API.
from .mexc_futures_client import MEXCFuturesWebClient
__all__ = ['MEXCFuturesWebClient']