python websocket client auth for algo trading

adityam
Hi,

I need to write a server-side python websocket client to fetch live data for algo trading.
This needs "your_api_key" and "your_access_token". What i understand is we need to fetch access token by login to the browser. Is this flow mandatory or can i get the api key and access token via python client code itself? Or is there any other way to achieve this.

Thanks
Aditya
  • sujith
    It is mandatory by the exchange that a trader has to log in manually at least once a day. We don't recommend automating login.
This discussion has been closed.