Websocket Live Streaming using only api_key & api_secret_key

I have seen inside API documentation, to get LIVE DATA using WebSocket we need to provide 3 parameters for Access_Token (i.e. api_secret_key, api_key & request_token). It means everyday, we need to do Login first and after that LIVE Data streaming will work.

Is there any way to get LIVE DATA using websocket OR any other api without Login means by using only api_key & api_secret_key?

Hi @Saurabh, Currently it is not possible to do so. You must provide a valid public access token to fetch Live data via WebSocket.

1 Like