MEXC Futures WebSocket API

The MEXC Futures WebSocket API streams real-time derivatives market data and account events over persistent WebSocket connections. Public channels include ticker data, trade transactions, order book depth, k-line streams, and funding rate updates. Private channels (requiring login) stream order status changes, position updates, asset balance changes, and ADL level alerts. The API uses the same base domain as the Futures REST API and supports both public and authenticated channel subscriptions in a single connection.

API entry from apis.yml

apis.yml Raw ↑
aid: mexc:futures-websocket-api
name: MEXC Futures WebSocket API
tags:
- Cryptocurrency
- Derivatives
- Futures
- Real-Time
- Streaming
- WebSocket
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: wss://contract.mexc.com/edge
humanURL: https://mexcdevelop.github.io/apidocs/contract_v1_en/#websocket-api
properties:
- url: https://mexcdevelop.github.io/apidocs/contract_v1_en/#websocket-api
  type: Documentation
description: The MEXC Futures WebSocket API streams real-time derivatives market data and account events
  over persistent WebSocket connections. Public channels include ticker data, trade transactions, order
  book depth, k-line streams, and funding rate updates. Private channels (requiring login) stream order
  status changes, position updates, asset balance changes, and ADL level alerts. The API uses the same
  base domain as the Futures REST API and supports both public and authenticated channel subscriptions
  in a single connection.