Does LunarCrush have a websocket or streaming endpoint?

Yes — Server-Sent Events (SSE) at https://lunarcrush.ai/sse. SSE is one-way (server to client) and works natively in browsers and most HTTP clients. Connect with your API key in the Authorization header to receive live data updates without polling.

Helpful links