Here is the page source we are using. We get the same error as app on pressing "PLACE".
var my_basket = [];
var order = {};
order.tradingsymbol = "INFY";
order.exchange = "NSE";
order.transaction_type = "BUY";
order.product =…
Yes, tried using [{"tradingsymbol":"HCC","exchange":"NSE","transaction_type":"BUY","order_type":"MARKET","product":"MIS","quantity":"1"}]
We are sending the request from app using webview
url: https://kite.trade/connect/basket?sess_id=m7r72a0qdfqdzlzdzmdwcvqyw99pfvih&api_key=XXXXXX
body: [{"tradingsymbol":"HCC","exchange":"NSE","transaction_type":"BUY","order_type":"MARKET","product":"MIS","quantity":1}]
This request used to wo…
I tried by changing the secret key. My app expiry date is till Nov 18, 2017. Getting error: {"status": "error", "error_type": "TokenException", "message": "Invalid API credentials"}