Bookmarked chart live ticks

Hey @siva , why is that when i open bookmarked chart https://kite.zerodha.com/chart/ext/ciq/MCX-FUT/CRUDEOIL20FEBFUT/55350279 live tick is not working , whereas chart clicked from zerodha works ?

2 Likes

You need a token and a public token, among other parameters, to access the chart using URL.

This was the format of such URL a few months ago:

https://kite.zerodha.com/android/chart#token=0000&symbol=0000&segment=0000&&volume=true&public_token=0000&user_id=0000&api_key=kiteandroid

Public token is the session ID which is generated when you login to Kite. But this token expires after some time. It used to expire after a few weeks last year, don’t know about now. The token field, which is the ID of the symbol, is what you have in your URL (55350279). For API key field you need to mention which platform you are using (kiteandroid, web, etc).

2 Likes