Module urls

Module urls 

Source
Expand description

Helpers for resolving Bybit REST and WebSocket base URLs at runtime.

Functionsยง

bybit_http_base_url
Returns the base HTTP endpoint for the given environment.
bybit_ws_private_url
Returns the private WebSocket endpoint for the given environment.
bybit_ws_public_url
Builds the public WebSocket endpoint for the given product/environment pair.
bybit_ws_trade_url
Returns the trade WebSocket endpoint for order operations.