Will cancelled orders get included in the daily order limit

ramprabhu
Hi, as per my strategy I place many IOC orders. Thus, major of my orders will get cancelled do the price fluctuation. I want to confirm whether these cancelled IOC orders get included in the daily (or per minute) rate limit.
  • sujith
    sujith edited September 2023
    Every POST request made to the /orders is included in the count.
  • ramprabhu
    Is there any way that I can check the count I have used for the day ?
  • sujith
    We don't have any API for this. You will have to maintain the counter at your end.
  • ramprabhu
    Hi Sujith, after placing an buy order and if I modify the order for 10 times through api, will it get counted against the daily limit of 3000 orders? Or the daily limit is only for buy and sell API calls .
  • DD1365
    @ramprabhu Order modification requests are PUT requests, not POST requests; hence they will not be counted in the rate limit.
  • ramprabhu
    Thanks for the clarification
This discussion has been closed.