Expand description
Python wrapper functions for OKX URL helpers.
Functionsยง
- get_
okx_ http_ base_ url - Returns the OKX HTTP base URL.
- get_
okx_ ws_ url_ business - Returns the OKX WebSocket URL for business data (bars/candlesticks).
- get_
okx_ ws_ url_ private - Returns the OKX WebSocket URL for private data (account/order management).
- get_
okx_ ws_ url_ public - Returns the OKX WebSocket URL for public data (market data).
- okx_
requires_ authentication - Checks if OKX endpoint requires authentication.