Enums§
- OKXEndpoint
Type - OKX endpoint types for determining URL and authentication requirements.
Functions§
- get_
http_ base_ url - Gets the HTTP base URL.
- get_
ws_ base_ url - Gets the WebSocket base URL (backward compatibility - defaults to private).
- get_
ws_ base_ url_ business - Gets the WebSocket base URL for business data (bars/candlesticks).
- get_
ws_ base_ url_ private - Gets the WebSocket base URL for private data (account/order management).
- get_
ws_ base_ url_ public - Gets the WebSocket base URL for public data (market data).
- get_
ws_ url - Gets WebSocket URL by endpoint type.
- requires_
authentication - Checks if endpoint requires authentication.