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
831 stars 628 forks source link

AllOrdersRequest #353

Open ramarro123 opened 3 years ago

ramarro123 commented 3 years ago

AllOrdersRequest miss some params that are mandatory to enable paging.

docs https://github.com/binance/binance-spot-api-docs/blob/master/rest-api.md#all-orders-user_data

startTime LONG NO  
endTime LONG NO

seems missing on api

icemagno commented 3 years ago

Don't forget #339