Skip to main content
QFEX provides a pulsed best bid/offer (BBO) stream for all symbols via websocket.

How it works

Connect to the public websocket:
  • URL: wss://mds.qfex.com
Then send a subscribe message:
Or subscribe to all symbols with a wildcard:

Sample Code

Example Response

Unsubscribe (optional)


Notes
  • Similar to Level 2 but only contains top-of-book (best bid/ask).
  • Updates are pulsed.
  • Supports wildcard * to receive BBO for all symbols.