binance-exchange / binance-java-api

binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
MIT License
834 stars 627 forks source link

Adding All open orders request #400

Open jimmyheller opened 2 years ago

jimmyheller commented 2 years ago

Adding this feature is going to enable developers to fetch all open orders for a customer. This was missing from the SDK and it also reported here #339