/binance-rs-async

Async client for the Binance APIs

Primary LanguageRustOtherNOASSERTION

binance-rs-async

Unofficial Rust Library for the Binance API

This is a fully async api using async-std.

Risk Warning

It is a personal project, use at your own risk. I will not be responsible for your investment losses. Cryptocurrency investment is subject to high market risk.

Usage

Add this to your Cargo.toml

[dependencies]
binance = { git = "https://github.com/Igosuki/binance-rs-async.git" }

Rust >= 1.37

rustup install stable