Bybit SDK
Unofficial Rust SDK for the Bybit exchange API.
Features
- REST API support (Spot, Futures, Derivatives)
- Unauthenticated endpoints
- Only async clients
Examples
Get tickers
use ;
let client = new;
let params = GetTickersParams ;
let response = client.get_tickers.await?;
println!;
License
This project is licensed under the MIT license.