☰
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
14K
All Categories
0
Incidents
157
Node JS client
40
Go client
794
.Net API client
383
Kite Publisher
537
.Net / VBA / Excel (3rd party)
462
Algorithms and Strategies
1K
Java client
1.1K
API clients
406
PHP client
4K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
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.