Hello,
When i try to fetch the data using the following API it will give me the Internal server issue?
body:
{
"exchange": "NFO",
"symboltoken": "72763",
"interval": "ONE_MINUTE",
"fromdate": "2023-10-04 22:10",
"todate": "2023-10-04 22:11"
}
response:
{
"message": "Internal Error",
"errorcode": "AB2001",
"status": false,
"data": null
}