I want to create kite app for my own trading. the problem is now I need public domain (with ssl certificates) so that I can configure postback and redirect urls. Is there any alternative for individual developer ?
as I mentioned in another thread, in websocket order updates data is not received. I put a debugger in regular kite application websocket code as well and there also only order response json is received which has no order data. { "type": "order", "data": {} }
I don't want to poll every minute for order status.
Only redirect URL is mandatory, a postback URL is an optional parameter for creating a Kite Connect app.
if I don't provide postback url how I ll receive my order modification updates?
{
"type": "order",
"data": {}
}
I don't want to poll every minute for order status.
is the websocket different for kite web application and kite connect application