Hey Team,
please help me fix this account level issue, getting error Something went wrong… please contact us.
Demate accounts :- 7WAWS9, 2JCL98
curl --location 'https://api-v2.upstox.com/v3/historical-candle/BSE_FO|828749/minutes/1/2025-07-16/2025-07-10' \
--header 'Api-Version: 2.0' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'
{"status":"error","errors":[{"errorCode":"UDAPI100500","message":"Something went wrong... please contact us","propertyPath":null,"invalidValue":null,"error_code":"UDAPI100500","property_path":null,"invalid_value":null}]}%
curl --location 'https://api-v2.upstox.com/historical-candle/intraday/BSE_FO|828749/1minute' \
--header 'Api-Version: 2.0' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'
error :-
{
"status": "error",
"errors": [
{
"errorCode": "UDAPI100500",
"message": "Something went wrong... please contact us",
"propertyPath": null,
"invalidValue": null,
"error_code": "UDAPI100500",
"property_path": null,
"invalid_value": null
}
]
}