How can I get order-flow data using websockets?

Good day! Im working for my bot which using delta in logic. Unfortunately, I can not find ws stream, which provides order-flow, bid/ask data, NOT order-book. Where can I find it?

Thanks!

There is no stream available which provides real-time market order updates, the most relevant stream is the order book’s depth difference stream which provides all changes to the order book since last update.

https://binance-docs.github.io/apidocs/spot/en/#diff-depth-stream

1 Like