self.ORDER_API = “https://api-hft.upstox.com/v2/order/place”
self.MODIFY_ORDER_API = “https://api-hft.upstox.com/v2/order/modify”
i am using this
{
“errors”: [
{
“message”: “Market (M) orders are not allowed on this scrip.”,
“errorCode”: “UDAPI100500”,
“error_code”: “UDAPI100500”,
“invalidValue”: null,
“propertyPath”: null,
“invalid_value”: null,
“property_path”: null
}
],
“status”: “error”
}
for NSE_FO|94519,NSE_FO|94524,NSE_FO|139979
i tried with this it keeps on saying
Hi @Jajati_26056927, as the error message indicates, market orders are not permitted for this scrip. Kindly place limit orders instead.
Thank you.