Order is not getting placed via api. it is returning null now. Please check

r2k1984
Order is not getting placed via api. it is returning null now. Please check
  • r2k1984
    Guys any updates ?
  • rakeshr
    @r2k1984
    There is no issue on order placement APIs.
    Can you paste complete debug log here including order params you are passing?
  • r2k1984
    @rakeshr

    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
  • rakeshr
    @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?
  • r2k1984
    $order_id = $kite->placeOrder("regular", [
    "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"
    ]);
  • r2k1984
    @rakeshr - Please help in fixing it as we are seeing this issue from this week lately.
  • r2k1984
    @rakeshr @sujith We are facing the same issue today as well. It was working good till 12 in the noon and stopped and getting null response again.

    Hoping you are looking in to the issue.
  • sujith
    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.
Sign In or Register to comment.