The API is very unstable at the moment. It was working till 10AM and stopped completely on accepting orders. We are trying to place orders and it is not responding at all and returning null.
Is there a way you can test the API Key of mine and confirm? Please confirm today
@r2k1984 Order placement API is working fine. Are you sending correct param for Order placement? Can you paste complete order param you are sending for order placement along with a debugging log?
As mentioned earlier, we don't have any issues with order placements at our end. You need to give us the exact params to reproduce. For the above-mentioned params, it seems to be working fine.
There is no issue on order placement APIs.
Can you paste complete debug log here including order params you are passing?
The API is very unstable at the moment. It was working till 10AM and stopped completely on accepting orders. We are trying to place orders and it is not responding at all and returning null.
Is there a way you can test the API Key of mine and confirm? Please confirm today
Order placement API is working fine.
Are you sending correct param for Order placement?
Can you paste complete order param you are sending for order placement along with a debugging log?
"tradingsymbol" => "YESBANK",
"exchange" => "NSE",
"quantity" => 1,
"transaction_type" => "BUY",
"order_type" => "LIMIT",
"price"=>66.9,
"product" => "MIS"
]);
$order_id = $kite->placeOrder("regular", [
"tradingsymbol" =>"YESBANK",
"exchange" => "NSE",
"quantity" => 1,
"transaction_type" => "SELL",
"order_type" => "LIMIT",
"price"=>67,
"product" => "MIS"
]);
Hoping you are looking in to the issue.
For the above-mentioned params, it seems to be working fine.