Module urls

Module urls 

Source
Expand description

Python wrapper functions for Bybit URL helpers.

Functionsยง

py_get_bybit_http_base_url
Gets the Bybit HTTP base URL for the given environment.
py_get_bybit_ws_url_private
Gets the Bybit WebSocket URL for private data (account/order management).
py_get_bybit_ws_url_public
Gets the Bybit WebSocket URL for public data (market data).
py_get_bybit_ws_url_trade
Gets the Bybit WebSocket URL for trade operations (order placement/modification).