ccxt-exchanges 0.1.5

Exchange implementations for CCXT Rust
Documentation
1
2
3
4
5
6
7
8
9
//! OKX futures/swap operations.
//!
//! This module contains methods for managing positions, leverage,
//! funding rates, and margin mode for OKX perpetual swaps and futures contracts.

mod funding;
mod leverage;
mod margin;
mod positions;