What is FEED_TOKEN in websocket connection?
-
What is FEED_TOKEN in websocket connection?
-
@nisha Feed token is necessary if you want to stream live prices. You can get the feed token using the below snippet.
obj = SmartConnect(api_key = API_KEY) data = obj.generateSession(CLIENT_ID, PASSWORD) FEED_TOKEN = obj.getfeedToken()