Founded
2018
Headquarters
Singapore
Type
Centralized Exchange (CEX)
Quote Currency
USDT
Symbol Format
BTCUSDT
Latency
<1ms

What We Provide

MEXC lists tokens extremely quickly, often within hours of launch. Combined with Gate.io, our MEXC handler ensures you have price data for new tokens faster than most data providers.

Trading pairs: 2000+ trading pairs — among the largest catalogs globally

Protocol: WebSocket v3 with [email protected] channel

Quick Start — MEXC via WebSocket

Connect to our unified API and subscribe to MEXC data with three lines of code:

// Connect to Microverse Systems API
const ws = new WebSocket("wss://api.microversesystems.com");

// Subscribe to MEXC BTC order book
ws.send(JSON.stringify({
  "op": "subscribe",
  "channel": "mexc:BTC-USDT",
  "depth": 20
}));

// Receive real-time L2 updates
ws.onmessage = (e) => {
  const book = JSON.parse(e.data);
  console.log(book.bids[0], book.asks[0]); // best bid/ask
};

Full API documentation →

Sample MEXC Symbols

A selection of MEXC symbols available through our feed:

BTCUSDT
ETHUSDT
SOLUSDT
XRPUSDT
DOGEUSDT
ADAUSDT
AVAXUSDT
DOTUSDT
LINKUSDT
MATICUSDT

View all live MEXC symbols on the dashboard →

Other Exchanges

Microverse Systems covers 20+ exchanges through a single API. Explore our other exchange feeds:

Live Order Books

Real-time order book depth for MEXC. Click any book to open the full interactive view.

Start Streaming MEXC Data

Connect to our WebSocket API and receive real-time MEXC order books in seconds.

API Docs Live Dashboard