Please ensure the API request uses Content-Type: application/x-www-form-urlencoded and sends the form parameters in the URL-encoded format specified in the documentation. Also verify that all require…
Do you have the full vocabulary of kite order statuses? For example when an SL order is triggered but not fully filled (zero or partial fill) - what is the ORDER STATUS? the list here is obviously not
I was referring to HTTP status code 200. For placing an order, you will receive an order_id in success response, you may use that and fetch order history as well.
It seems fine at our end. A param can't go missing from the response. It might show full leverage but can't go missing. You can know more about the response parameters here.
Could you please let me know if it's possible to change the tag of an order when the order is in any of the following statuses: ORDER_REJECTED, ORDER_CANCELLED, ORDER_COMPLETE, ORDER_OPEN, ORDER_LAPS…
Both API documentation and Python example mention about "order_type" and "product" fields in the order_list. Go through the place_gtt python example as well here.
Yes, as @shivdas_b mentioned onOrderUpdate won't publish updates on closed or AMO status. I just checked for the limit MCX order and it's publishing updates fine. Go through the order update FAQs her…