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/order

Code 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
Technical Details
Authentication
API Key
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

10 requests/second

Supported Languages
JavaScriptPython
Use Cases
crypto trackers
trading bots
https://www.mexc.com/

Related APIs

Discover similar APIs that might interest you

APIopen source

Web3.js Ethereum API

Web3.js is the leading free and open-sou...

Category
Blockchain
Endpoints
1
ethereumweb3
APIopen source

Chainpoint

Chainpoint API offers a public API that ...

Category
Blockchain
Endpoints
1
blockchainverification
APIopen source

Helium Blockchain API

Helium Blockchain API offers public acce...

Category
Blockchain
Endpoints
1
blockchainiot
MEXC API – Cryptocurrency Exchange Public API | Free API Hub