Expand description
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, plus the request and response
models for that area.
Modulesยง
- account
- Authenticated account endpoints (
/api/v5/account/*). - market
- Public market-data endpoints (
/api/v5/market/*). - public_
data - Public reference-data endpoints (
/api/v5/public/*). - trade
- Authenticated trading endpoints (
/api/v5/trade/*).