I would like to get the same information (opened orders) as displayed in order book on Binance site here:
I tried:
/api/v3/allOrders
-- this apparently shows all MY orders
api/v3/openOrders
-- this apparently shows opened MY orders
and
/api/v3/trades
-- this apparently shows closed orders
How to see OPENED EVERYBODY'S orders?