MEXC
Support Hummingbot
Hummingbot Foundation has a fee share partnership with MEXC. When you use our software to trade on MEXC, a custom API header tells MEXC that the trade was executed using Hummingbot, so they share a portion of your fees with us, at no cost to you. To support us, just enter your API keys into Hummingbot and run bots! Thanks for your support! π
π Connector InfoΒΆ
- Exchange Type: Centralized Exchange (CEX)
- Market Type: Central Limit Order Book (CLOB)
Component | Status | Connector Version | V2 Strategies | Notes |
---|---|---|---|---|
π Spot Connector | β | v2.0 | Yes | |
π Perp Connector | Not built | |||
π― Spot Candles Feed | Not built | |||
π― Perp Candles Feed | Not built |
βΉοΈ Exchange InfoΒΆ
- Website: https://www.mexc.com/
- CoinMarketCap: https://coinmarketcap.com/exchanges/mexc/
- CoinGecko: https://www.coingecko.com/en/exchanges/mexcglobal
- API Docs: https://www.mexc.com/mexc-api
- Fees: https://www.mexc.com/fee
- Supported Countries: Worldwide
π How to ConnectΒΆ
Generate API KeysΒΆ
Log into your MEXC account and click on "API" located under the user centre icon
Tick all boxes on the next page except for the Withdraw section (Hummingbot doesn't support withdraw at the moment) name your API KEY and click on create
Add your phone number and validate it
Complete the security verification with your email and your phone number
Your API is now created. Please keep your Secret Key secure. It will not be shown again. If you forget your Secret Key, you will need to delete the API and create a new one.
Add Keys to HummingbotΒΆ
Trading Pairs
Please note that not all trading pairs are available for trading by the MEXC API. For a list of trading pairs that are available please check this link - https://www.mexc.com/user/openapi
From inside the Hummingbot client, run connect mexc
:
If connection is successful:
π Spot ConnectorΒΆ
Integration to spot markets API endpoints
- ID:
mexc
- Connection Type: WebSocket
- Folder: https://github.com/hummingbot/hummingbot/tree/master/hummingbot/connector/exchange/mexc
Order TypesΒΆ
This connector supports the following OrderType
constants:
LIMIT
MARKET
Paper TradingΒΆ
Access the Paper Trade version of this connector by running connect mexc_paper_trade
instead of connect mexc
.
If this is not available by default, you can configure Hummingbot to add this paper trade exchange. See Adding Exchanges for more information. ```