API for bulk order cancellation

vijayonkite
Hi, is there any Java API for order cancellation (bulk orders) ? I couldn't locate any.

Thanks a lot.
  • sujith
    sujith edited July 3
    You need to cancel orders in loop. There is no bulk order cancel API.
  • vijayonkite
    thanks, this is what I have been doing. how many times can I call this api (for single cancellation) per second? Does the normal API call rate apply to this?

    Would you want to introduce this API in future? This would be a nice addition.

    BTW, any particular (or technical) reasons why this API is not provided so far?
  • sujith
    It is 200 requests per minute for order place, modify and delete order.
    I don't think we will support bulk order cancel API.
    OMS doesn't support bulk cancel. Even if we support, we will have write a loop and place requests one after the other.
This discussion has been closed.