MEXC API
MEXC API is a public API provided by MEXC Exchange, offering access to real-time market data, trading, and account management features. Developers can integrate this API into crypto trading bots, portfolio trackers, or financial applications requiring up-to-date cryptocurrency information.
1
Endpoints
0
Views
Jul 20, 2025
Last Checked
10 requests/second
Rate Limit
API Endpoints
Creates a cryptocurrency trading order
Full URL
https://api.mexc.com/api/v3/orderCode Examples
curl -X POST 'https://api.mexc.com/api/v3/order' \
-H 'Authorization: Bearer YOUR_API_KEY'Parameters
{
"side": "BUY",
"type": "LIMIT",
"price": 30000,
"symbol": "BTCUSDT",
"quantity": 0.01
}Example Response
{
"status": "NEW",
"symbol": "BTCUSDT",
"orderId": 123456789
}Version
v3
Rate Limit
10 requests/second
Tags
cryptotrading
Related APIs
Discover similar APIs that might interest you