rust-okx 0.6.4

Async Rust client for the OKX v5 REST API
Documentation
1
2
3
4
5
6
7
#[test]
#[ignore = "executes a real asset conversion"]
fn convert_trade_todo() {
    // API: POST /api/v5/asset/convert/trade
    // STATUS: TODO — quote IDs expire and execution changes real balances.
    todo!("obtain a fresh quote and use a dedicated account with an explicit amount cap");
}