Pretty much any function that you can do manually can be done using the API, except for things like exiting all orders in a single go. So yes, you can do it
Without threading it takes about 0.6s per order, with threading stay within the below limits. Make sure you confirm if your order is placed by checking with the order list
# Request limits:- # Quote API - 1r/s # Order place API - 5r/s # Historical API - 3r/s # All other endpoints - 10r/s
Thanks for the update.. but, suppose if I have 10 instruments in my basket to place the order under BO type. then what it will consider 10 different request or single request?
# Request limits:-
# Quote API - 1r/s
# Order place API - 5r/s
# Historical API - 3r/s
# All other endpoints - 10r/s
but, suppose if I have 10 instruments in my basket to place the order under BO type. then what it will consider 10 different request or single request?