Connect to wss://stream.nin.in/quotes using a WebSocket client.
wss://stream.nin.in/quotes
Supported Messages:
subscribe: Subscribe to live ticks for instrument tokens
subscribe
unsubscribe: Remove instruments from stream
unsubscribe
Tick Format:
{ "instrument_token": 738561, "last_price": 2500.0, "volume": 120000, "change": 15.5, "percent_change": 0.62, "timestamp": "2025-05-05T10:15:30Z" }
GET /trade/v1/websocket/quotes HTTP/1.1 Host: api.nin.in Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
Switching Protocols (WebSocket handshake)
No content