Hi,
Can you pls check what’s wrong in this request ? I’m unable to fetch historical data for nifty future
curl -X 'POST' \
'https://api.dhan.co/charts/historical' \
-H 'accept: application/json' \
-H 'access-token: ' \
-H 'Content-Type: application/json' \
-d '{
"symbol": "NIFTY-MAR2023-FUT",
"exchangeSegment": "NSE_FNO",
"instrument": "FUTIDX",
"expiryCode":0,
"fromDate": "2023-02-20",
"toDate": "2023-02-23"
}'