MEXC Spot WebSocket Streams

The MEXC Spot WebSocket Streams deliver real-time market data and user account updates via persistent WebSocket connections. Public channels provide ticker data, order book depth, trade feeds, and kline/candlestick streams. Private (authenticated) channels deliver order status updates and account balance changes. Each connection supports a maximum of 30 channel subscriptions, with a rate limit of 100 messages per second. Connections are valid for up to 24 hours and require periodic ping/pong keepalives.

API entry from apis.yml

apis.yml Raw ↑
aid: mexc:spot-websocket-streams
name: MEXC Spot WebSocket Streams
tags:
- Cryptocurrency
- Market Data
- Real-Time
- Streaming
- WebSocket
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: wss://wbs-api.mexc.com/ws
humanURL: https://mexcdevelop.github.io/apidocs/spot_v3_en/#websocket-market-streams
properties:
- url: https://mexcdevelop.github.io/apidocs/spot_v3_en/#websocket-market-streams
  type: Documentation
description: The MEXC Spot WebSocket Streams deliver real-time market data and user account updates via
  persistent WebSocket connections. Public channels provide ticker data, order book depth, trade feeds,
  and kline/candlestick streams. Private (authenticated) channels deliver order status updates and account
  balance changes. Each connection supports a maximum of 30 channel subscriptions, with a rate limit of
  100 messages per second. Connections are valid for up to 24 hours and require periodic ping/pong keepalives.