bybit-api 0.1.2

A Rust SDK for the Bybit V5 API - async, type-safe, zero-panic
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! API endpoint implementations.

pub mod account;
pub mod asset;
pub mod broker;
pub mod crypto_loan;
pub mod earn;
pub mod fiat;
pub mod fmart_bot;
pub mod market;
pub mod position;
pub mod rfq;
pub mod spot_margin;
pub mod trade;
pub mod user;