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