It looks like you're new here. If you want to get involved, click one of these buttons!
$order_id = $kite->placeOrder("bo", [
"tradingsymbol" => "SBIN",
"exchange" => "NSE",
"quantity" => "2",
"transaction_type" => "BUY",
"order_type" => "LIMIT",
"product" => "MIS"
]);