Trying to fetch real time market quotes using python

sunny
Hello There,

I have been trying to connect websocket via python to fetch real time price of one token. Can someone tell me meaning of this:

kws = WebSocket("api_key", "public_token", "zerodha_user_id")

I have api_key and private_key. What is the meaning of public_token and zerodha_user_id ? I am new to all this, this is confusing me.

Thanks,
Sunny
Tagged:
Sign In or Register to comment.