☰
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
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
403
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
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.