☰
Login
Signup
Home
›
Node JS client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
12.1K
All Categories
90
Node JS client
32
Go client
705
.Net API client
338
Kite Publisher
525
.Net / VBA / Excel (3rd party)
401
Algorithms and Strategies
901
Java client
918
API clients
386
PHP client
3.4K
Python client
314
Mobile and Desktop apps
1.2K
Market data (WebSockets)
2.9K
General
In this Discussion
October 2021
sujith
Get orders based on tags (Query Parameter
donisback
October 2021
in
Node JS client
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:
order tags
sujith
October 2021
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.