binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
binance-scala-api is a lightweight Scala library for interacting with the Binance API, providing complete API coverage with asynchronous requests and event streaming using WebSockets. It was ported from the Java API.
sbt publishLocalbuild.sbt:libraryDependencies += "com.olvind" %% "binance-scala-api" % "0.0.1-SNAPSHOT"
Have a look at the examples.