- Initial version
- Separating data classes into
datatype
package. - Added public
publicStats()
endpoint
- Converting
HashMap
instances intoConcurrentHashMap
to resolve concurrency issues
- Added fill-or-kill (FOK) BinanceTimeInForce
- Fixed NullPointerException while setting assetOfCommission for orders
- Fixes in BinanceEventExecutionReport
- Fixes on placing MARKET orders
- Added exchangeInfo() method to keep track of public markets information
- Fixes of klines() and aggTrades() calls with options
- Fix copy/paste bug of getMinNotional()
- Endpoint for getting system status
- ticker24hr() without symbols endpoint
- Improving examples of usage