Skip to main content

WebSocket Documentation

Socket.IO channel expectations, reconnect behavior, and public status event boundaries.

Connection

Production real-time traffic uses the same host and secure WebSocket transport. Clients authenticate before subscribing to private user channels.

wss://chimeramind.com/socket.io

Events

Public status events are safe for status surfaces. Private product events are scoped to authenticated product clients and are not documented as public API surface. All live product state (positions, signals, portfolio) flows over Socket.IO, never REST polling — see Architecture Overview.