bingx-coinm-ws-market

Stream real-time Coin-M market data via WebSocket with gzip compression.

17|6|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/BingX-API/api-ai-skills --skill bingx-coinm-ws-market
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bingx-coinm-ws-market
Source: https://github.com/BingX-API/api-ai-skills/tree/main/skills/cswap-ws-market
Command: npx skills add https://github.com/BingX-API/api-ai-skills --skill bingx-coinm-ws-market

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Real-time Coin-M market data streams via WebSocket enable developers to build responsive dashboards, alerting systems, and automated strategies without polling. This capability addresses the need for low-latency, live market visibility for coin-margined futures.

Core Features & Use Cases

  • Real-time streams for trades, depth, kline, ticker, lastPrice, markPrice, and bookTicker via a single WebSocket endpoint.
  • Supports multiple symbols in BTC-USD format, enabling market monitoring across pairs like BTC-USD, ETH-USD.
  • Ideal for trading dashboards, alerting systems, and automated strategies that react to live market data.

Quick Start

Connect to the Coin-M WebSocket endpoint and subscribe to your desired channels (e.g., BTC-USD@trade, BTC-USD@depth5) to begin receiving live data.

Frequently Asked Questions about bingx-coinm-ws-market

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get real-time Coin-M market data via WebSocket?

To get real-time Coin-M market data, connect to the WebSocket endpoint and subscribe to channels like BTC-USD@trade or BTC-USD@depth5. This delivers live trades, depth, and kline streams directly to your client.

What market data streams are available for coin-margined futures?

Available coin-margined futures streams include trades, depth, kline, ticker, lastPrice, markPrice, and bookTicker. These streams provide live visibility into price and order flow for automated strategies.

Can I monitor multiple symbols like BTC-USD and ETH-USD simultaneously?

Yes, you can monitor multiple symbols simultaneously. The WebSocket supports subscribing to various pairs in BTC-USD format, enabling concurrent market monitoring across pairs like BTC-USD and ETH-USD.

Does the Coin-M WebSocket support gzip-compressed payloads and heartbeats?

Yes, the Coin-M WebSocket supports gzip-compressed payloads and Ping/Pong heartbeats. These features ensure efficient bandwidth usage and maintain stable real-time market data connections.

What is the best way to build a live trading dashboard without polling?

The best way to build a live trading dashboard without polling is using a WebSocket connection. Subscribing to real-time Coin-M market data streams eliminates polling overhead and ensures low-latency price updates.