Hello, i am developing an application in c#. i like to try to check things first in postman before coding.
Here i am able to connect to web socket : wss://api.upstox.com/v2/feed/market-data-feed
I am able to send ping and receive pong but to luck further with live data.
I tried various scenarios, with different fields, instruments and data. bust still no response.
I also tried the alternative as mentioned in https://upstox.com/developer/api-documentation/get-market-data-feed-authorize
Here when i open the web socket same issue here, no data, only ping and pong.
Also tried the, code samples from GitHub - upstox/upstox-dotnet: Official .NET SDK for accessing Upstox API. still the same.
Do we have any watchlist endpoint like used in your actual application?
Can you share the working c# sample code for this?
Does your API service need some additional configuration or charges?
API documentation(/api-documentation/websocket) is not clear, at least for me.
How can i proceed here?