Skip to main content
QFEX provides a realtime stream of executed trades across all symbols via websocket.

How it works

Connect to the public websocket:
  • URL: wss://mds.qfex.com
Then send a subscribe message:

Sample Code

Example Response

Please see Enums for further details on execution_type and others.

Unsubscribe (optional)


Notes
  • Messages are pushed in realtime as trades occur.
  • Supports multiple symbols or a wildcard *.
  • Fields mirror REST and gRPC trade objects.