# Websocket ## Websocket Handler `v1.websocket.websocket_handler()` **get** `/v1/ws` Upgrade the HTTP connection to a WebSocket and echo incoming messages. ### Example ```python from clear_street import ClearStreet client = ClearStreet( api_key="My API Key", ) client.v1.websocket.websocket_handler() ```