Get orders based on tags (Query Parameter

donisback
I was using postman to test if I can get orders based on tags. It looks like it's not supported. Can I fetch orders based on tags?
E.g. Below is the API: https://kite.trade/docs/connect/v3/orders/#retrieving-orders and https://kite.trade/docs/kiteconnectjs/v3/KiteConnect.html#getOrders

Should I get all the orders and filter based on tags?
Tagged:
  • sujith
    We don't have separate API to fetch few selected orders, you will have to fetch the complete orderbook and then filter it at your end based on tag.
Sign In or Register to comment.