← BACK

binance-scala-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.

Scala ⭐ 1

Scala Binance API

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.

Features

Installation

  1. Install library into your Maven's local repository by running sbt publishLocal
  2. Add the following Maven dependency to your project's build.sbt:
libraryDependencies += "com.olvind" %% "binance-scala-api" % "0.0.1-SNAPSHOT" 

Usage

Have a look at the examples.