Hi Team,
As per the documentation here, Market Data Feed | Upstox Developer API,
feeds.currentTs is present in the responses. But it is absent in the actual response received. Has it been removed?
Hi Team,
As per the documentation here, Market Data Feed | Upstox Developer API,
feeds.currentTs is present in the responses. But it is absent in the actual response received. Has it been removed?
Hello @Kislay,
We’ve recently added the current timestamp, so please make sure you’re using the latest version of the Proto File. If you’re using an older version, it won’t contain the currentTs
field, and you won’t receive it in your message feed.
For easier implementation of websockets do refer to streamer functionalities provided in various languages.
These SDKs functions are using the latest proto file
Thank you.