Orders¶
The Orders API is an interface designed to facilitate seamless interaction with our trading platform's order management system. It allows you to create, modify, cancel, and track orders, supporting a variety of execution strategies to cater to diverse trading needs.
Trading API (V2)
Available Functions¶
| SDK Method | Purpose | Documentation | 
|---|---|---|
| place_order | Place a single order | Place Order | 
| multi_order | Place multiple orders at once | Place Multi Order | 
| flexi_order | Place flexi order | Place Flexi Order | 
| modify_order | Modify price or quantity of a pending order | Modify Order | 
| cancel_order | Cancel one or multiple order | Cancel Order | 
| cancel_flexi_order | Cancel flexi order | Cancel Flexi Order | 
| get_order | Retrieve all orders information | Get Order | 
| get_flexi_order | Retrieve flexi orders information | Get Flexi Order | 
Notes:¶
As per the exchange mandate (NSE/INVG/67858), the current order rate limit is capped at 10 OPS / client. To place orders beyond this threshold, please reach out to our support team at support@nubra.io to initiate the process of registering your algorithm with the exchange.