- Home
- Categories
- Blockchain
- MEXC API
MEXC API
The MEXC API provides developers access to real-time cryptocurrency market data and account management, suitable for trading bots and financial applications.
Developed by MEXC Global
Reference for available routes, request structures, and live examples.
Creates a cryptocurrency trading order
https://api.mexc.com/ordercurl -X POST 'https://api.mexc.com/order' \
-H 'Authorization: Bearer YOUR_API_KEY'{
"side": "BUY",
"type": "LIMIT",
"price": 30000,
"symbol": "BTCUSDT",
"quantity": 0.01
}{
"status": "NEW",
"symbol": "BTCUSDT",
"orderId": 123456789
}- Developing cryptocurrency trading bots that automate buying and selling.Optimized Capability
- Building portfolio trackers to monitor holdings and market performance.Optimized Capability
- Integrating real-time market data into financial applications for analysis.Optimized Capability
- Creating alerts and notification systems for price movements and trading activity.Optimized Capability
- ✓ Provides real-time and historical cryptocurrency market data.
- ✓ Supports both REST and WebSocket for flexible data access.
- ✓ Secure authentication via API keys.
- ✓ Comprehensive endpoints covering market data and trading features.
- ✗ No official SDKs available at the moment.
- ✗ Rate limits are not well documented, requiring user-side management.
- ✗ Limited free tier details and usage quotas are unclear.
- ✗ Source code or client libraries are not publicly available.
API Specifications
v3Minimal setup time; API keys can be generated instantly after account registration.
1200 requests per minute
Allows up to 1200 requests per minute with limited access to public market data endpoints. Authenticated endpoints may have additional constraints.
Use Case: Best For
Developers building automated trading systems and market analysis tools.
Not Recommended For
Applications requiring guaranteed high-frequency trading or extensive historical data exports.
Explore Related APIs
Discover similar APIs to MEXC API
Covalent API
The Covalent API offers developers free access to aggregate blockchain data from over 100 networks, facilitating the building of multi-chain applications.
Etherscan API
The Etherscan API offers developers free access to comprehensive Ethereum blockchain data, suitable for applications such as crypto wallets and analytics tools.
The Graph API
The Graph API allows developers to efficiently query blockchain data using GraphQL, organizing data from Ethereum and Polygon networks into subgraphs for real-time access.