On another broker comms, e.g. https://x.com/ICICI_Direct/status/1948971980167753807 it asks to update ip by 30 Jul. And also states that old API keys will become void.
Has Zerodha implemented the process yet? Is it mandatory to change the API key?
…
This is the NuGet package I am using - hope its official one.
https://github.com/zerodhatech/dotnetkiteconnect Version 3.01
There are no updates available for this package.
There is no additional stack trace - entire ex.message is "Request preparat…
@Jegan I am not able to get past this issue. If it continues, then will need to change the logic to check the trades. Will need to rely on order data - but it has other hassles like taking care of partially filled orders and then grouping and summar…
I debugged it further, and it is failing at Kite.GetOrderTrades(OrderID) as well.
So you can try those methods related to getting traded order information and should be able to repro it easily.
As Jegan mentiond, the problem is not while placing the order. Order is placed successfully.
However, when i try to run Dim KiteAllOrders As List(Of KiteConnect.Order) = Kite.GetOrders(), it throws the error. And this error is continuous (for me si…