is realtime trades (buy and sell orders executed) is available through websocket api?
You can check: live order update websocket.
We do have Full Market Depth which covers 200 market depth. However, real time trades is not a data that we stream over websockets.
why is it the only thing missing in websockets? any chances of including it in future ?
We have gotten this request for the first time. Also, streaming all trade data in real time is not feasible over websockets - given the data size.
Will evaluate if we can deliver a version of this in future.