//! Typed request/response models and endpoint methods, grouped by OKX API area.
//!
//! Each submodule exposes an accessor type (e.g. [`market::Market`]) reachable
//! from the [`OkxClient`](crate::OkxClient), plus the request and response
//! models for that area.