I am not able to get response from Live Market Data API
I tried with below data
https://developer.paytmmoney.com/data/v1/price/live/?mode=FULL&pref=NSE:13:INDEX
I am not able to get response from Live Market Data API
I tried with below data
https://developer.paytmmoney.com/data/v1/price/live/?mode=FULL&pref=NSE:13:INDEX
Hi Vishal,
The reason you are getting 404 is that you have added an extra “/” at the end of the URL. Please find the correct URL below
https://developer.paytmmoney.com/data/v1/price/live?mode=FULL&pref=NSE:13:INDEX
For more info check out the API docs for Live Market Data API