HTTPSConnectionPool(host='api.kite.trade', port=443): Read timed out. (read time out=7)

Guhan
I am getting this error whenever I am trying to get orderbook details.
  • sujith
    Can you try on some other network?
  • Guhan
    now it is working, thank you. In websocket order_update call is not giving details of second-leg BO orders that gets created
  • sujith
    You need to fetch order id from order_update callback and fetch orderbook and loop through orders to find orders with parent order id field same as the order id you received.
  • Guhan
    it would be of great help if we get those data through WebSocket order_update
  • Guhan
    also fetching orderbook frequently to get second leg order details is an extra load on your end too right, so it will be great if you bring this feature quickly
  • Guhan
    @Kailash @sujith please note the above point.
Sign In or Register to comment.