{"message":"TwelveData API Server","version":"2.0.0","documentation":"/docs","redoc":"/redoc","websocket_test":"/websocket-test","endpoints":{"time_series":"/time-series/{symbol}","quote":"/quote/{symbol}","price":"/price/{symbol}","technical_indicators":"/indicators/{indicator}/{symbol}","batch":"/batch/quotes","websocket_streaming":"ws://localhost:8000/stream/{symbol}","websocket":"/ws/stream"},"streaming_info":{"websocket_endpoint":"ws://localhost:8000/stream/{symbol}","description":"Real-time WebSocket streaming with proper backend architecture","architecture":"websocket_to_websocket_fanout","features":["Backend connects to TwelveData as WebSocket client","Real-time data forwarding (no HTTP polling)","Fan-out to multiple frontend clients","AWS Secrets Manager API key storage","Automatic connection management"],"usage":{"javascript":"const ws = new WebSocket('ws://localhost:8000/stream/AAPL');","python":"websockets.connect('ws://localhost:8000/stream/AAPL')"}},"auto_stream_test":"/auto-stream-test","api_key_required":true,"base_url":"https://api.twelvedata.com"}