patisson-bybit-sdk 0.1.0

Unofficial Rust SDK for the Bybit exchange API
Documentation

bybit-sdk

Unofficial Rust SDK for the Bybit exchange API.

Example

let url = String::from("https://api.bybit.com");
let client = bybit::v5::Client::new(url);

let response = client.get_tickers()?;
println!("{response}");