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

GET api/v3/myTrades has a new optional field orderId #398

Open ts-00 opened 3 years ago

ts-00 commented 3 years ago

According to actual Binance API:

2021-08-12

    GET api/v3/myTrades has a new optional field orderId

Please provide the orderId as an optional request property when calling "myTrades".