MEXC Broker adapts an industry-leading high percentage profit sharing system, while providing one-stop technical services and customized solutions.
API Broker
Independent Broker
Market Makers
MEXC provides professional institutional services and interest-free loans to market makers, empowering partner institutions to make great profits at lower costs.
High Amount Limit
Dedicated Customer Service
Security & Features
API Key Renewal
The renewal feature allows a 90-day API key extension to reduce leakage risks caused by multiple applications for API key.
Trading Pairs Settings
Set the trading pairs that can be traded while using API key to prevent market manipulation caused by API key leakage.
Frequently Asked Questions (FAQ)
1
How do I create and use an API key?
Log in to your MEXC account and click the profile icon in the top-right corner.
Select API Management from the dropdown menu.
Choose the required permissions, add a note, and link IP addresses.
Click Create and complete the security verification. Once created, the key is ready to use. For more details, please refer to the official API documentation.
2
What trading does the API support?
Default supported pairs can be retrieved via the following API endpoints:
Spot (https://api.mexc.com/api/v3/defaultSymbols)
Futures (https://api.mexc.com/api/v1/contract/detail)
The API data is updated in real time. Trading pairs are system-maintained and cannot be individually added upon request.
3
Where can I find API error codes?
You can find error code explanations in the Error Codes section of our official API documentation. Use the returned errorCode to look up the meaning and recommended actions.
4
Which trading pairs are supported by the API?
Spot API is open to all users. Users who have completed KYC verification can apply for Futures API trading.
5
Does the API provide a test or sandbox environment?
MEXC API connects directly to the live trading environment. We don't currently offer a sandbox or test environment.
6
Which programming languages are supported by the MEXC API SDK?
MEXC API supports multiple programming languages, including Python, Java, Node.js, Go, and .NET. Please note that only SDKs listed in our official API documentation are supported. MEXC is not responsible for any issues or losses from using third-party tools or libraries.