Skip to content

psisoyev/binance-scala-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 97.1%
  • Java 2.9%