pub fn get_ws_private_base_url(
product_type: BinanceProductType,
environment: BinanceEnvironment,
) -> &'static strExpand description
Returns the WebSocket private stream base URL for user data.
USD-M mainnet uses the dedicated private endpoint. All other
product types and environments fall back to get_ws_base_url.