Mexc
Cryptocurrency info, place order
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Cryptocurrency
- Documentation / URL
- https://www.mexc.com/api-docs
Overview
MEXC provides spot trading and market data. Public market data works keyless (verified live); trading needs an API key.
Quick Start
Ticker — keyless (verified live — BTCUSDT ~$76,200):
curl "https://api.mexc.com/api/v3/ticker/price?symbol=BTCUSDT"
{ "symbol": "BTCUSDT", "price": "76200" }
Authentication
- Public market data: keyless (verified).
- Trading: API key (
X-MEXC-APIKEY+ signature) from mexc.com.
Rate Limits & Notes
- Free; check the docs for weight-based limits.
- Endpoints:
/api/v3/ticker/price,/api/v3/klines,/api/v3/depth.
FAQ
Is MEXC free? Public market data is keyless (verified); trading needs a key.
Do I need a key for prices? No — verified live.
What’s the API style? Binance-compatible v3 endpoints.
More in Cryptocurrency
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 0x API for querying token and pool stats across various liquidity pools | No auth | Yes | Yes | ↗ |
| 1inch API for querying decentralize exchange | No auth | Yes | Unknown | ↗ |
| Alchemy Ethereum Ethereum Node-as-a-Service Provider | API Key | Yes | Yes | ↗ |
| Alpha (Mossland) Korean crypto channel stance + RAG Q&A + canonical entity/topic/event store | No auth | Yes | Yes | ↗ |
| Binance Exchange for Trading Cryptocurrencies based in China | API Key | Yes | Unknown | ↗ |