# MEXC Global API **Provider:** MEXC Global **Category:** finance **Base URL:** `https://www.mexc.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 20 req/s (market data) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.mexc.com/mexc-api ## Description Crypto asset exchange for trading Marketplace | apiKey | Yes | Unknown | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.mexc.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.mexc.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with MEXC account. Crypto exchange API; no fees for market data. --- *Source: [API Map](https://apimap.dev/apis/mexc-global/) — CC BY 4.0*