open order of my account

Hi i try to have my open order by websocket , i saw this WebSockets - Streams - Binance Chain Docs in particular the point 1. Orders Returns individual order updates. i run wscat -c wss://dex.binance.org/api/ws/(my BNB wallet addres ), but return constatly many things and all symbol, i want only know my trade opened and balance is possible ?? exist a specific command for do that ? thanks

The documentation mentioned is referring to the Binance Chain API not the Binance Exchange API.

Have a look at this documentation instead.
https://binance-docs.github.io/apidocs/spot/en/#introduction

sorry if i reply now , but i look your link and i saw only cna see a openorder with APi and not with websocket , is possible ?? you confirm?? i understund good?? thanks again

It’s not possible to open an order via websocket for the time being.

and also is not possible retrive the open order in pending ?? right??

You cannot proactively retrieve data from the websocket. To proactively retrieve open order data, use the REST API Binance API Documentation