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