Binance SDK
Unofficial Rust SDK for the Binance exchange API.
Features
- REST API support (Spot)
- Unauthenticated endpoints
- Only async clients
Examples
Server time
use ;
let cfg = ClientConfig ;
let client = new;
let response = client.get_server_time.await?;
println!;
Exchange info
use ;
let cfg = ClientConfig ;
let client = new;
let params = GetExchangeInfoParams ;
let response = client.get_exchange_info.await?;
println!;
License
This project is licensed under the MIT license.