LICENSE
README.md
pyproject.toml
src/typed_mexc/__init__.py
src/typed_mexc/__init__.pyi
src/typed_mexc/main.py
src/typed_mexc/py.typed
src/typed_mexc/schemas.py
src/typed_mexc.egg-info/PKG-INFO
src/typed_mexc.egg-info/SOURCES.txt
src/typed_mexc.egg-info/dependency_links.txt
src/typed_mexc.egg-info/requires.txt
src/typed_mexc.egg-info/top_level.txt
src/typed_mexc/core/__init__.py
src/typed_mexc/core/__init__.pyi
src/typed_mexc/core/auth.py
src/typed_mexc/core/base.py
src/typed_mexc/core/exc.py
src/typed_mexc/core/types.py
src/typed_mexc/futures/__init__.py
src/typed_mexc/futures/core/__init__.py
src/typed_mexc/futures/core/__init__.pyi
src/typed_mexc/futures/core/base.py
src/typed_mexc/futures/core/client.py
src/typed_mexc/futures/core/endpoint.py
src/typed_mexc/futures/core/envelope.py
src/typed_mexc/futures/http/__init__.py
src/typed_mexc/futures/http/account/__init__.py
src/typed_mexc/futures/http/account/asset.py
src/typed_mexc/futures/http/account/assets.py
src/typed_mexc/futures/http/account/funding_records.py
src/typed_mexc/futures/http/account/tiered_fee_rate.py
src/typed_mexc/futures/http/account/transfer_record.py
src/typed_mexc/futures/http/market/__init__.py
src/typed_mexc/futures/http/market/candles.py
src/typed_mexc/futures/http/market/contract_info.py
src/typed_mexc/futures/http/market/deals.py
src/typed_mexc/futures/http/market/depth.py
src/typed_mexc/futures/http/market/depth_commits.py
src/typed_mexc/futures/http/market/fair_price.py
src/typed_mexc/futures/http/market/fair_price_candles.py
src/typed_mexc/futures/http/market/funding_rate.py
src/typed_mexc/futures/http/market/funding_rate_history.py
src/typed_mexc/futures/http/market/index_price.py
src/typed_mexc/futures/http/market/index_price_candles.py
src/typed_mexc/futures/http/market/ping.py
src/typed_mexc/futures/http/market/risk_reverse.py
src/typed_mexc/futures/http/market/risk_reverse_history.py
src/typed_mexc/futures/http/market/support_currencies.py
src/typed_mexc/futures/http/market/ticker.py
src/typed_mexc/futures/http/position/__init__.py
src/typed_mexc/futures/http/position/change_leverage.py
src/typed_mexc/futures/http/position/change_margin.py
src/typed_mexc/futures/http/position/change_position_mode.py
src/typed_mexc/futures/http/position/change_risk_level.py
src/typed_mexc/futures/http/position/history.py
src/typed_mexc/futures/http/position/leverage.py
src/typed_mexc/futures/http/position/open.py
src/typed_mexc/futures/http/position/position_mode.py
src/typed_mexc/futures/http/position/risk_limit.py
src/typed_mexc/futures/http/trade/__init__.py
src/typed_mexc/futures/http/trade/batch_query.py
src/typed_mexc/futures/http/trade/cancel_all_orders.py
src/typed_mexc/futures/http/trade/cancel_all_plan.py
src/typed_mexc/futures/http/trade/cancel_all_stop.py
src/typed_mexc/futures/http/trade/cancel_external_order.py
src/typed_mexc/futures/http/trade/cancel_order.py
src/typed_mexc/futures/http/trade/cancel_plan.py
src/typed_mexc/futures/http/trade/cancel_stop.py
src/typed_mexc/futures/http/trade/change_stop_plan_price.py
src/typed_mexc/futures/http/trade/change_stop_price.py
src/typed_mexc/futures/http/trade/deal_details.py
src/typed_mexc/futures/http/trade/external_order.py
src/typed_mexc/futures/http/trade/history_orders.py
src/typed_mexc/futures/http/trade/open_orders.py
src/typed_mexc/futures/http/trade/order.py
src/typed_mexc/futures/http/trade/order_deals.py
src/typed_mexc/futures/http/trade/place_plan.py
src/typed_mexc/futures/http/trade/plan_orders.py
src/typed_mexc/futures/http/trade/stop_orders.py
src/typed_mexc/futures/http/trade/submit_batch.py
src/typed_mexc/futures/http/trade/submit_order.py
src/typed_mexc/futures/streams/__init__.py
src/typed_mexc/futures/streams/core/__init__.py
src/typed_mexc/futures/streams/core/__init__.pyi
src/typed_mexc/futures/streams/core/auth.py
src/typed_mexc/futures/streams/core/base.py
src/typed_mexc/futures/streams/core/client.py
src/typed_mexc/futures/streams/core/endpoint.py
src/typed_mexc/futures/streams/market/__init__.py
src/typed_mexc/futures/streams/market/all_tickers.py
src/typed_mexc/futures/streams/market/candles.py
src/typed_mexc/futures/streams/market/deal.py
src/typed_mexc/futures/streams/market/depth.py
src/typed_mexc/futures/streams/market/depth_full.py
src/typed_mexc/futures/streams/market/fair_price.py
src/typed_mexc/futures/streams/market/funding_rate.py
src/typed_mexc/futures/streams/market/index_price.py
src/typed_mexc/futures/streams/market/ticker.py
src/typed_mexc/futures/streams/user/__init__.py
src/typed_mexc/futures/streams/user/adl_level.py
src/typed_mexc/futures/streams/user/asset.py
src/typed_mexc/futures/streams/user/login.py
src/typed_mexc/futures/streams/user/my_trades.py
src/typed_mexc/futures/streams/user/order.py
src/typed_mexc/futures/streams/user/position.py
src/typed_mexc/futures/streams/user/position_mode.py
src/typed_mexc/futures/streams/user/risk_limit.py
src/typed_mexc/spot/__init__.py
src/typed_mexc/spot/core/__init__.py
src/typed_mexc/spot/core/__init__.pyi
src/typed_mexc/spot/core/base.py
src/typed_mexc/spot/core/client.py
src/typed_mexc/spot/core/endpoint.py
src/typed_mexc/spot/core/envelope.py
src/typed_mexc/spot/http/__init__.py
src/typed_mexc/spot/http/account/__init__.py
src/typed_mexc/spot/http/account/info.py
src/typed_mexc/spot/http/account/kyc_status.py
src/typed_mexc/spot/http/account/mx_deduct_enable.py
src/typed_mexc/spot/http/account/mx_deduct_status.py
src/typed_mexc/spot/http/account/open_orders.py
src/typed_mexc/spot/http/account/order.py
src/typed_mexc/spot/http/account/orders.py
src/typed_mexc/spot/http/account/self_symbols.py
src/typed_mexc/spot/http/account/trade_fee.py
src/typed_mexc/spot/http/account/trades.py
src/typed_mexc/spot/http/listen_keys/__init__.py
src/typed_mexc/spot/http/listen_keys/close.py
src/typed_mexc/spot/http/listen_keys/create.py
src/typed_mexc/spot/http/listen_keys/keepalive.py
src/typed_mexc/spot/http/listen_keys/list.py
src/typed_mexc/spot/http/market/__init__.py
src/typed_mexc/spot/http/market/agg_trades.py
src/typed_mexc/spot/http/market/avg_price.py
src/typed_mexc/spot/http/market/book_ticker.py
src/typed_mexc/spot/http/market/candles.py
src/typed_mexc/spot/http/market/default_symbols.py
src/typed_mexc/spot/http/market/depth.py
src/typed_mexc/spot/http/market/etf_info.py
src/typed_mexc/spot/http/market/exchange_info.py
src/typed_mexc/spot/http/market/historical_trades.py
src/typed_mexc/spot/http/market/ping.py
src/typed_mexc/spot/http/market/ticker_24hr.py
src/typed_mexc/spot/http/market/ticker_price.py
src/typed_mexc/spot/http/market/time.py
src/typed_mexc/spot/http/market/trades.py
src/typed_mexc/spot/http/rebate/__init__.py
src/typed_mexc/spot/http/rebate/affiliate_campaign.py
src/typed_mexc/spot/http/rebate/affiliate_commission.py
src/typed_mexc/spot/http/rebate/affiliate_commission_detail.py
src/typed_mexc/spot/http/rebate/affiliate_referral.py
src/typed_mexc/spot/http/rebate/affiliate_subaffiliates.py
src/typed_mexc/spot/http/rebate/affiliate_withdraw.py
src/typed_mexc/spot/http/rebate/detail.py
src/typed_mexc/spot/http/rebate/history.py
src/typed_mexc/spot/http/rebate/refer_code.py
src/typed_mexc/spot/http/rebate/self_detail.py
src/typed_mexc/spot/http/sub_accounts/__init__.py
src/typed_mexc/spot/http/sub_accounts/api_key.py
src/typed_mexc/spot/http/sub_accounts/asset.py
src/typed_mexc/spot/http/sub_accounts/create.py
src/typed_mexc/spot/http/sub_accounts/create_api_key.py
src/typed_mexc/spot/http/sub_accounts/delete_api_key.py
src/typed_mexc/spot/http/sub_accounts/enable_futures.py
src/typed_mexc/spot/http/sub_accounts/enable_margin.py
src/typed_mexc/spot/http/sub_accounts/list.py
src/typed_mexc/spot/http/sub_accounts/transfer.py
src/typed_mexc/spot/http/sub_accounts/transfer_history.py
src/typed_mexc/spot/http/trade/__init__.py
src/typed_mexc/spot/http/trade/batch_orders.py
src/typed_mexc/spot/http/trade/cancel_open_orders.py
src/typed_mexc/spot/http/trade/cancel_order.py
src/typed_mexc/spot/http/trade/place_order.py
src/typed_mexc/spot/http/trade/test_order.py
src/typed_mexc/spot/http/wallet/__init__.py
src/typed_mexc/spot/http/wallet/cancel_withdraw.py
src/typed_mexc/spot/http/wallet/convert_dust.py
src/typed_mexc/spot/http/wallet/convertible_assets.py
src/typed_mexc/spot/http/wallet/currency_info.py
src/typed_mexc/spot/http/wallet/deposit_address.py
src/typed_mexc/spot/http/wallet/deposit_history.py
src/typed_mexc/spot/http/wallet/dust_log.py
src/typed_mexc/spot/http/wallet/generate_deposit_address.py
src/typed_mexc/spot/http/wallet/internal_transfer.py
src/typed_mexc/spot/http/wallet/internal_transfer_history.py
src/typed_mexc/spot/http/wallet/universal_transfer.py
src/typed_mexc/spot/http/wallet/universal_transfer_by_tran_id.py
src/typed_mexc/spot/http/wallet/universal_transfer_history.py
src/typed_mexc/spot/http/wallet/withdraw.py
src/typed_mexc/spot/http/wallet/withdraw_address.py
src/typed_mexc/spot/http/wallet/withdraw_apply.py
src/typed_mexc/spot/http/wallet/withdraw_history.py
src/typed_mexc/spot/streams/__init__.py
src/typed_mexc/spot/streams/core/__init__.py
src/typed_mexc/spot/streams/core/__init__.pyi
src/typed_mexc/spot/streams/core/auth.py
src/typed_mexc/spot/streams/core/base.py
src/typed_mexc/spot/streams/core/client.py
src/typed_mexc/spot/streams/core/endpoint.py
src/typed_mexc/spot/streams/core/proto/__init__.py
src/typed_mexc/spot/streams/core/proto/message_pool.py
src/typed_mexc/spot/streams/core/proto/py.typed
src/typed_mexc/spot/streams/market/__init__.py
src/typed_mexc/spot/streams/market/book_ticker.py
src/typed_mexc/spot/streams/market/book_ticker_batch.py
src/typed_mexc/spot/streams/market/candles.py
src/typed_mexc/spot/streams/market/depth.py
src/typed_mexc/spot/streams/market/depth_updates.py
src/typed_mexc/spot/streams/market/trades.py
src/typed_mexc/spot/streams/user/__init__.py
src/typed_mexc/spot/streams/user/account.py
src/typed_mexc/spot/streams/user/orders.py
src/typed_mexc/spot/streams/user/trades.py