psisoyev / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.

License:MIT License


Languages

Language:Scala 97.1%Language:Java 2.9%