Module okx

Module okx 

Source
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.