Module urls

Module urls 

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