Thanks for the reply Nivas. I have a algo strategy and need to create orders in a basket. At a later point of time these have to be executed manually. So the lack of Basket creation support is very limiting.
@rampizen If you want to place a basket order, you may go through this thread with the code logic that I have already shared; it will place more orders but limit 10 o/s. Basket order logic
Alternatively, you can simply place all the orders on the client side back to back and use the Basket Margins API to know the margin requirements.