Welcome to Scala Binance API Wrapper
This project is a WIP wrapper around Binance API.
Library is available via both SBT and Maven
libraryDependencies += "io.github.patceev" %% "scala-binance-api" % "0.0.1-SNAPSHOT"
<dependency>
<groupId>io.github.patceev</groupId>
<artifactId>scala-binance-api_2.12</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>