OptionsMultiOrder
OptionsMultiOrder
Options Multi-Order
Endpoint URL
Local Host : POST http://127.0.0.1:5000/api/v1/optionsmultiorder
Ngrok Domain : POST https://<your-ngrok-domain>.ngrok-free.app/api/v1/optionsmultiorder
Custom Domain: POST https://<your-custom-domain>/api/v1/optionsmultiorderSample API Request (Iron Condor Strategy)
{
"apikey": "<your_app_apikey>",
"strategy": "Iron Condor",
"underlying": "NIFTY",
"exchange": "NSE_INDEX",
"legs": [
{
"offset": "OTM10",
"option_type": "CE",
"action": "BUY",
"quantity": 75,
"expiry_date": "30DEC25",
"splitsize": 0
},
{
"offset": "OTM10",
"option_type": "PE",
"action": "BUY",
"quantity": 75,
"expiry_date": "30DEC25",
"splitsize": 0
},
{
"offset": "OTM5",
"option_type": "CE",
"action": "SELL",
"quantity": 75,
"expiry_date": "30DEC25",
"splitsize": 0
},
{
"offset": "OTM5",
"option_type": "PE",
"action": "SELL",
"quantity": 75,
"expiry_date": "30DEC25",
"splitsize": 0
}
]
}Sample API Response (Live Mode)
Sample API Response (Analyze Mode)
Sample API Request (Straddle with LIMIT Orders)
Sample API Request (Future as Underlying)
Parameter Description (Request Level)
Parameters
Description
Mandatory/Optional
Default Value
Parameter Description (Per Leg)
Parameters
Description
Mandatory/Optional
Default Value
Response Parameters
Parameter
Description
Type
Result Parameters (Per Leg)
Parameter
Description
Type
Execution Order - BUY First Strategy
Live Mode vs Analyze Mode
Common Option Strategies with Request/Response Examples
Product Types for Options
Product
Description
Margin
Square-off
Use Case
Error Response
Partial Success Response
Common Error Messages
Error Message
Cause
Solution
Features
Rate Limiting
Best Practices
Comparison with Single Options Order
Feature
optionsorder
optionsmultiorder
Use Cases
Last updated