bingx-spot-ws-market
Installation
SKILL.md
BingX Spot WebSocket Market Data
Real-time market data streams for BingX spot trading via WebSocket. No authentication required.
WebSocket Endpoint: wss://open-api-ws.bingx.com/market
Quick Reference
| Channel | dataType Format | Description | Push Frequency |
|---|---|---|---|
| Trade | {symbol}@trade |
Latest trade detail | Real-time |
| K-Line | {symbol}@kline_{interval} |
OHLCV candlestick | On update |
| Depth | {symbol}@depth{level} |
Limited order book depth | Every 300ms |
| 24h Ticker | {symbol}@ticker |
24-hour price change statistics | Every 1s |
| Last Price | {symbol}@lastPrice |
Latest trade price | Real-time |
| Book Ticker | {symbol}@bookTicker |
Best bid/ask price & qty | Real-time |
| Incremental Depth | {symbol}@incrDepth |
Incremental + full depth (1000 levels) | Every 500ms |