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.
- Support for asynchronous REST requests to all General, Market Data, Account endpoints, and User stream endpoints.
- Support for User Data, AggTrade, Trade, Kline, and Depth event streaming using Binance WebSocket API.
- Install library into your Maven's local repository by running
sbt publishLocal
- Add the following Maven dependency to your project's
build.sbt
:
libraryDependencies += "com.olvind" %% "binance-scala-api" % "0.0.1-SNAPSHOT"
Have a look at the examples.