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
I am trying to fetch it for option contract …
NSE:57838:PUT
result is {‘data’: [{‘mode’: ‘LTP’, ‘security_id’: 57838, ‘found’: False, ‘message’: ‘No data found for security ID: 57838’}]}
working fine for NSE:13:INDEX