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

Add orderId to getMyTrades() #404

Open ts-00 opened 2 years ago

ts-00 commented 2 years ago

Added the (optional) reqest parameter orderId according to https://github.com/binance/binance-spot-api-docs/blob/master/rest-api.md#account-trade-list-user_data .

Solves https://github.com/binance-exchange/binance-java-api/issues/398.