It looks like you're new here. If you want to get involved, click one of these buttons!
$order_id = $kite->orderPlace([
"tradingsymbol" => "NIFTY18JAN11000PE",
"exchange" => "NFO",
"quantity" => "1",
"transaction_type" => "BUY",
"order_type" => "MARKET",
"product" => "NMRL",
'price' => "0",
'disclosed_quantity' => "1",
'validity' => 'DAY'
], 'regular');
print_r($order_id);
Fatal error: Uncaught InputException (400) 'Invalid product'
thrown in /var/www/html/testtrading.in/kiteconnect.php on line 669