Skip to content

MEXC AutoPilot

AutoPilot Software — Maximum Automation on MEXC

Section titled “AutoPilot Software — Maximum Automation on MEXC”

AdsPower & Dolphin & Vision & Afina Support Windows / MacOS / Linux


Forget about manual work: the solution is here

Section titled “Forget about manual work: the solution is here”

Managing accounts manually requires a lot of time, effort, and is prone to errors. To scale your operations you need to:

  • Regularly perform repetitive actions
  • Optimize your time

AutoPilot Software solves these problems by turning routine tasks into an automated process. Integration with AdsPower & Dolphin ensures digital fingerprint protection and safe multi-account management.



Time savings: Automation allows you to manage hundreds of accounts simultaneously

Ease of use: Go about your business while AutoPilot automates actions in the background. You can use your own applications while AutoPilot runs in browser windows behind the scenes

Integration with AdsPower / Dolphin / Vision / Afina: Safe and anonymous account usage. AutoPilot automatically launches and integrates into the created anti-detect browser session with unique fingerprints. AutoPilot doesn’t care whether profiles are already open or closed — it will start automating the process either way

Parallel automation: Automate multiple accounts simultaneously

Convenient account tracking spreadsheet: Keep track of all accounts in a single Excel spreadsheet. You can add new columns, rearrange column order as you wish — just don’t rename the columns from the template

Automation mode settings — unique speed modes:

  • FAST — maximum speed with minimal delays
  • MEDIUM — moderate speed, human behavior simulation, Smart Cursor, Human Typing
  • SLOW — slow speed, full human behavior simulation

Multi-functionality: Configure any actions for each account. For example, AutoPilot will get a deposit address for some accounts while withdrawing funds from others

Automatic action chains: Choose any action — AutoPilot will automatically log in to the account if login is required. It will also enable 2FA protection automatically if it hasn’t been set up yet


AutoPilot supports a wide range of automated actions for MEXC:

  • Registration of accounts on MEXC: standard method, via referral link
  • Login: sign in to account, check verification and balance
  • KYC Check: verification level check
  • 2FA Management: setting up two-factor authentication and entering codes
  • Getting deposit address for each account
  • Withdrawal from account
  • Adding addresses to whitelist with support for various networks
  • Getting API keys for trading with permission configuration
  • Automated trading: trading and volume generation with market orders in specified pairs
  • Sequential trading: support for multiple coins separated by commas
  • Smart Futures: market entry with an automatic stop-loss and position holding
  • Automatic captcha solving, verification code retrieval, and much more

AutoPilot uses captcha-solving providers for registration and login. 4 providers are supported:

Configure in AutoPilot.config:

captcha_provider=capsolver
captcha_key=CAP-YOUR_KEY_HERE

CapSolver is recommended — the most stable and fastest on MEXC (token-based GeeTest v4). For detailed provider comparison — see FAQ → section 4: Proxy and Captcha.


All actions except registration will automatically log in to the account if needed. The whitelist and withdraw actions will automatically enable 2FA if it is not set up.


register_mx — Account Registration on MEXC

Section titled “register_mx — Account Registration on MEXC”

Account registration with automatic captcha solving and email confirmation

ParameterColumnDescription
Required[EMAIL] mail_providerEmail service (yahoo, rambler, icloud, outlook, gmail…)
Required[PROFILE] mailEmail address
Required[EMAIL] mail_passwordEmail password / IMAP password
Optional[PROFILE] mexc_passwordAccount password (AutoPilot generates one if empty)
Optional[REG] referral_codeReferral code
Updates[REG] is_registeredRegistration status (1 — registered)
Updates[RESULT] status[REGISTER_MX] SUCCESS or error description

Sign in to account, check verification and balance

ParameterColumnDescription
Required[REG] is_registered1 (registered)
Required[PROFILE] mailEmail address
Required[PROFILE] mexc_passwordAccount password
Optional[2FA] totp_secret_code2FA secret code
Updates[KYC] kyc_statusVerification level
Updates[BALANCE] account_balanceAccount balance in USDT
Updates[RESULT] status[LOGIN_MX] SUCCESS

Check KYC level and account balance without performing additional actions

ParameterColumnDescription
Updates[KYC] kyc_statusVerification level
Updates[BALANCE] account_balanceBalance in USDT
Updates[RESULT] status[CHECK_MX] SUCCESS

Automatic Google Authenticator setup on the account

ParameterColumnDescription
Updates[2FA] totp_secret_code2FA secret code (saved automatically)
Updates[RESULT] status[2FA_MX] SUCCESS

Enable whitelist mode and add a withdrawal address

ParameterColumnDescription
Required[WHITELIST_MEXC] whitelist_addressWallet address
Required[WHITELIST_MEXC] whitelist_chainNetwork (as shown on MEXC, e.g.: ERC20, TRC20, Aptos)
Optional[WHITELIST_MEXC] whitelist_memoMemo/Tag (if required by the network)
Updates[WHITELIST_MEXC] whitelist_status1 — successfully added
Updates[RESULT] status[WHITELIST_MX] SUCCESS

If 2FA is not enabled — AutoPilot will automatically set it up before adding to the whitelist


Full withdrawal from the account with automatic confirmation

ParameterColumnDescription
Required[WITHDRAW_MEXC] withdraw_coinCoin to withdraw (e.g.: USDT)
Required[WITHDRAW_MEXC] withdraw_chainWithdrawal network (as shown on MEXC, e.g.: TRC20)
Required[WITHDRAW_MEXC] withdraw_addressRecipient wallet address
Optional[WITHDRAW_MEXC] withdraw_memoMemo/Tag
Optional[WITHDRAW_MEXC] withdraw_amountAmount in % (100 = all, 50 = half)
Updates[RESULT] status[WITHDRAW_MEXC] SUCCESS

If 2FA is not enabled — AutoPilot will automatically set it up before withdrawal


Create an API key with full permissions for SPOT and Futures trading

ParameterColumnDescription
Optional[API] api_whitelist_ipIP for whitelist (optional)
Updates[API] api_keyObtained API key
Updates[API] api_secretAPI secret key
Updates[RESULT] status[API_MX] SUCCESS

Trading and volume generation with market orders, supporting multiple coins

ParameterColumnDescription
Required[TRADING] trading_coinAsset to trade (e.g.: BTC or BTC,ETH,SOL)
Required[TRADING] trading_amountOrder size in USDT (e.g.: 10 or 10,20,5)
Required[TRADING] trading_cyclesNumber of buy-sell cycles (e.g.: 3 or 3,5,2)
Updates[RESULT] status[TRADING_MX] VOLUME: volume, FEES: fees

Multi-coins: specify multiple coins, amounts, and cycles separated by commas — AutoPilot will trade them sequentially. Example: BTC,ETH + 10,20 + 3,5 = 3 cycles of BTC at 10 USDT, then 5 cycles of ETH at 20 USDT

Volume formula: cycles x order size x 2 (buy + sell) Example: 3 cycles at 10 USDT = 3 x 10 x 2 = 60 USDT volume


Get a deposit address to fund the account

ParameterColumnDescription
Required[DEPOSIT] deposit_coinCoin for deposit (e.g.: USDT)
Required[DEPOSIT] deposit_chainNetwork (as shown on MEXC, e.g.: TRC20)
Updates[DEPOSIT] deposit_addressDeposit address (format: address:memo)

futures_mx — Smart Futures (market + stop-loss)

Section titled “futures_mx — Smart Futures (market + stop-loss)”

Open a futures position at market with an automatic stop-loss in a single call. The position is held until the stop triggers — no take-profit, no opposite-side close.

ParameterSet inDescription
Required[TRADING] trading_coin (Excel)Pair (e.g.: SOL_USDT or SOL) — the only per-profile input
Requiredleverage (config)Leverage (e.g.: 15)
Requiredfutures_position_size (config)Size as % of futures USDT balance (used as margin). E.g.: 25
Requiredtp_sl_percentages (config)TP,SL in % — the action uses SL (the 2nd value). 💡 For hedging we recommend 5,5 (SL 5%) — it gives the position ~95% of room to run so the hedge survives to the end and isn’t stopped out prematurely
Optionalfutures_side (config)Direction: long (default) / short
Optionalfutures_margin_mode (config)Margin mode: cross (default) / isolated
Updates[MEXC_FUTURES] order_idOpened order ID
Updates[RESULT] statusRecords what trade was opened — e.g. [MEXC_FUTURES] SUCCESS - LONG SOL_USDT 5cont 10x SL@142.30 ~75.00USDT id=... (direction / coin / contracts / leverage / stop / notional), or the failure reason. Visible right in the status column — no more getting confused.

One shared config — no new columns. Every parameter except the coin comes from the shared config file (the same keys the Bybit futures actions use). Per profile in Excel you set only the coin.

Market entry, not limit. On MEXC futures fees = 0, a market order counts toward trading volume and fills instantly.

🛡️ Perfect for hedging. A hedge is opened against a position on another exchange (your main position lives there — here on MEXC you open the opposite side: futures_side=short against a long, long against a short), and your price risk is covered. Why it works: instant market entry, 0 fees, the auto stop-loss caps the loss for you, the position is held unattended until the stop, and sizing as % of balance gives an identical hedge across all profiles at once. Why SL 5%: it gives the hedge ~95% of room to run — the position survives to the end and isn’t stopped out prematurely. Recommended start: leverage=10, futures_position_size=20, tp_sl_percentages=5,5.

Position size (futures_position_size) is a % of the available futures USDT balance, used as margin. Position size = margin × leverage. Example: 100 USDT balance, futures_position_size=25, leverage=15 → 25 USDT margin, ~375 USDT position.

Stop-loss is taken from tp_sl_percentages (2nd value = SL) and is based on price movement: for long stop = entry × (1 − SL/100), for short = entry × (1 + SL/100). Without SL the position opens with no stop.

Hold. There is no opposite-side close — the position is held indefinitely until the stop triggers.

⚠️ Accounts under MEXC risk control (message “Position opening is unavailable…”, code 6026) cannot open positions until they pass verification — the action reports this in the status.


⚠️ No separate action needed. Getting a KYC link for MEXC has moved into our ecosystem — use the bot and extension below.

  • 🤖 Telegram bot + Miniapp @AutoPilotKYC_bot — automatic KYC verifications on the AutoPilot KYC platform. More: KYC Platform.
  • 🧩 Free AutoPilot Link Generator extension — generates verification links for Bybit, MEXC, Bitget and custom Sumsub/Onfido tokens right in the browser.

ActionDescriptionAuto-loginAuto-2FA
register_mxAccount registration
login_mxAccount login
check_mxKYC and balance check
2fa_mx2FA setup
deposit_mxDeposit address
whitelist_mxAdd to whitelist
withdraw_mxWithdrawal
api_mxAPI key creation
trading_mxMarket trading
futures_mxSmart Futures (market + stop-loss)

Right after purchase you receive a ready-to-use build.

Buy an activation key for MEXC AutoPilot: https://t.me/buykyc_bot

Along with the key you get access to the AutoPilot community chat where you can ask questions, communicate, and get tips.

The key lifetime starts counting from the first launch.