rust-okx 0.6.4

Async Rust client for the OKX v5 REST API
Documentation
1
2
3
4
5
6
7
8
//! Finance API integration tests grouped by read-only versus asset-changing calls.

mod common;

#[path = "finance/read_only.rs"]
mod read_only;
#[path = "finance/todo.rs"]
mod todo;