rust-okx 0.5.2

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 account;
pub mod algo;
pub mod block;
pub mod funding;
pub mod grid;
pub mod market;
pub mod public_data;
pub mod spread;
pub mod status;
pub mod trade;