Hi Sujith, the issue seems to be resolved. The issue was in passing the values like: Disclosed qty,triggerprice, squareoffvalue. These values were being passed as null ("") . Some times it was being accepted and sometimes it was not being accepted. …
Hi Sujith,
We tried placing orders using two different libraries:
1. Rest Sharp: The following is the code made by postman:
var client = new RestClient("https://api.kite.trade/orders/regular");
client.Timeout = -1;
var request = new RestRequest(M…
Hi, Now we are facing the same issue again today as above. For two days the orders went perfectly fine but the same orders with the same parameters are going sometimes and are being rejected sometimes with the error " {"status":"error","message":"Li…
Thank you Rakesh, Any Idea, why this error has come up now. We have been using this code since 1.5 years and sent out more than 10K orders in the last year using the same.