Unofficial Rust Library for the Binance API
This is a fully async api using async-std.
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. Nonetheless, this crate is aimed at high performance and production use, I have been using this to target Binance successfully for several years now.
Add this to your Cargo.toml
toml
[dependencies]
binance-rs-async = "1.0.0-beta.3"
rust
rustup install stable
Simply create a pull request. Properly documented code and tests (using binance testnet) are a must.