bingx-spot-ws-market

Subscribe to real-time BingX spot market data via WebSocket streams.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Real-time spot market data is essential for timely decision-making; this skill provides live streaming via WebSocket so AI agents can react to price changes, trades, and depth without REST polling.

Core Features & Use Cases

  • Public, read-only WebSocket streams for spot market data
  • Supports trades, depth, kline, ticker, lastPrice, bookTicker, and incremental depth channels
  • No authentication required; ideal for live dashboards, monitoring, and trading automation

Quick Start

Connect to wss://open-api-ws.bingx.com/market and subscribe to channels such as BTC-USDT@trade, BTC-USDT@depth50, and BTC-USDT@kline_1min.

Frequently Asked Questions about bingx-spot-ws-market

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

FAQPage Schema
How do I stream real-time BingX spot market data via WebSocket?

To stream real-time BingX spot market data, connect to the public WebSocket endpoint and subscribe to channels like BTC-USDT@trade. The connection requires no authentication and immediately begins pushing live updates.

What spot market channels can I subscribe to for live BingX data?

Available spot market channels include trades, depth, kline, ticker, lastPrice, bookTicker, and incremental depth. You can subscribe to specific streams such as BTC-USDT@depth50 or BTC-USDT@kline_1min for targeted updates.

Do I need API authentication to subscribe to BingX WebSocket market streams?

No API authentication is required for BingX WebSocket market streams. These are public, read-only streams ideal for live dashboards and monitoring, allowing you to access data without registering keys.

How does WebSocket handle gzip decompression and ping/pong for BingX data?

The WebSocket connection handles gzip decompression for incoming market data and maintains connection stability using ping/pong heartbeats. This ensures continuous data flow and prevents timeouts during streaming.

Why use WebSocket instead of REST polling for real-time spot trading data?

Using WebSocket instead of REST polling eliminates request overhead, providing instant updates for trades and order-book depth. This allows AI agents to react to price changes immediately without repeated API calls.

Can I use BingX WebSocket streams for live trading automation dashboards?

Yes, BingX WebSocket streams are ideal for live dashboards and trading automation. By subscribing to channels like BTC-USDT@trade, your applications can react to live market movements instantly.