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
//! Public reference-data integration tests.

mod common;

#[path = "public_data/core.rs"]
mod core;
#[path = "public_data/history.rs"]
mod history;
#[path = "public_data/options_and_quotas.rs"]
mod options_and_quotas;
#[path = "public_data/todo.rs"]
mod todo;