Expand description
OKX exchange implementation OKX exchange implementation.
Supports spot trading and futures trading (USDT-M and Coin-M) with REST API and WebSocket support. OKX uses V5 unified API with HMAC-SHA256 + Base64 authentication.
Re-exports§
pub use auth::OkxAuth;pub use builder::OkxBuilder;pub use endpoint_router::OkxChannelType;pub use endpoint_router::OkxEndpointRouter;pub use error::OkxErrorCode;pub use error::is_error_response;pub use error::parse_error;pub use signed_request::HttpMethod;pub use signed_request::OkxSignedRequestBuilder;
Modules§
- auth
- OKX API authentication module.
- builder
- OKX exchange builder pattern implementation.
- endpoint_
router - OKX-specific endpoint router trait.
- error
- OKX-specific error handling.
- exchange_
impl - Exchange trait implementation for OKX
- parser
- OKX data parser module.
- rest
- OKX REST API implementation.
- signed_
request - Signed request builder for OKX API.
- symbol
- OKX symbol converter implementation
- ws
- OKX WebSocket implementation.
- ws_
exchange_ impl - WsExchange trait implementation for OKX
Structs§
- Okx
- OKX exchange structure.
- OkxOptions
- OKX-specific options.
- OkxUrls
- OKX API URLs.