Market Order Out Of Range Error While Placing The MARKET order


  • When I try to place the MARKET order for SENSEX with below payload using python api getting 'Market Order Out Of Range'
    {'variety': 'NORMAL', 'tradingsymbol': 'SENSEX24OCT81500CE', 'symboltoken': '1105578', 'transactiontype': 'BUY', 'exchange': 'BFO', 'ordertype': 'MARKET', 'producttype': 'CARRYFORWARD', 'duration': 'DAY', 'price': 0, 'quantity': 50, 'ordertag': ''}

    Can you please let me know why do we get into this error.
    This is issue is coming for only few orders.
    Any help is much appriated.