WebSocket Try It
/ws/stream

Connection

Symbols

A股: 000001.SZ / 600519.SH
港股: 00700.HK
美股: TSLA.US

Quick Ops

Raw Message

Protocol

Client → Server{ op: "subscribe", symbols: [] }{ op: "unsubscribe", symbols: [] }{ op: "status" }{ op: "history", symbol, limit }{ op: "klines", symbol, limit }
Server → Client{ op: "connected", ... }{ op: "quotes", data: [...] }{ op: "depth", data: [...] }{ op: "subscribed", ... }{ op: "error", message }
Connect and send a message to see the conversation here.