## Websocket Handler **get** `/v1/ws` Upgrade the HTTP connection to a WebSocket and echo incoming messages. ### Example ```http curl https://api.clearstreet.com/v1/ws \ -H "Authorization: Bearer $API_KEY" ```