rust-okx 0.4.0

Async Rust client for the OKX v5 REST API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! WebSocket channel argument helpers.
//!
//! Each helper links to the matching OKX channel definition so the required
//! filters and the response model can be checked against the upstream schema.

pub mod market;
pub mod public_data;
pub mod account;
pub mod trade;
pub mod algo;
pub mod grid;
pub mod block;
pub mod spread;
pub mod funding;
pub mod status;