@rakeshr thanx for the information. Need to ask one more thing, how can I bypass the login flow on https://kite.trade/connect/basket if the user has already logged in once from the https://kite.trade/connect/login?v=3&api_key=xxx
@sujith was able to make it work issue was that i was sending quantity as string when it was expecting it as integer.
Thanks for your help. There is one doubt that after placing the order successfully I am not getting the details in holdings neither…
when i tried it with the mentioned example i am getting following error printed in webview:
{
"status": "error",
"message": "Invalid orders payload.",
"data": null,
"error_type": "InputException"
}
the request i am sending is as foll…