Unable to get ltp for nifty 50

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”
}’

Hi @visasimbu ,

The parameters are case sensitive. Please check the tradingSymbol.

Thanks it worked now