Cancel all open orders and modify price of all open orders

ZW2914
Hi,

I want to know if any functions exist to cancel all open orders and modify price of all open orders.

I see modify order and cancel order but, it requires order_id as parameter so, at a time, it allows cancellation or modification of only one order.

Thanks
  • SRIJAN
    SRIJAN edited November 2021
    You will have to loop in the list of orders to cancel or modify all open orders at once. Bulk cancellation or modification single API is not available.
Sign In or Register to comment.