I could not get LTP for Nifty 50 index using below curl. What is wrong in my request.
curl --location ‘https://connect.thefirstock.com/api/V4/getQuote’
–header ‘Content-Type: application/json’
–data ‘{
“userId”: “AA1234”,
“exchange”: “NSE”,
“tradingSymbol”: “NIFTY 50”,
“jKey”: “HiddenForSecurityReason”
}’