How to retrieve open orders?

dummydost
orders call prints all orders. I only want to retrieve open orders, not executed orders. How do I do that?
  • sujith
    Hi @dummydost,
    You have to fetch all orders and separate orders by checking status.
    We check if order status is not rejected, cancelled or complete then it is pending order.
Sign In or Register to comment.