Placing Market Order via Super order in Python

Hi @Tradehull_Imran Please help in placing super order for ‘MARKET’ type

order_id = tsl.place_super_order(tradingsymbol=“NIFTY 30 MAR 22600 PUT”, exchange=“NFO”, transaction_type=“BUY”, quantity=65, order_type=“MARKET”, trade_type=“MIS”,price=0, target_price=27, stop_loss_price=24, trailing_jump=0)
Got exception in place_super_order: Missing required parameters for placing a super order.

Hi @nishant.k.verma ,

Due to new SEBI’s guidelines MARKET type order will not be supported via API.