OptionsMultiOrder
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 - Same Expiry)
{
"apikey": "<your_app_apikey>",
"strategy": "Iron Condor Test",
"underlying": "NIFTY",
"exchange": "NSE_INDEX",
"expiry_date": "25NOV25",
"legs": [
{"offset": "OTM6", "option_type": "CE", "action": "BUY", "quantity": 65},
{"offset": "OTM6", "option_type": "PE", "action": "BUY", "quantity": 65},
{"offset": "OTM4", "option_type": "CE", "action": "SELL", "quantity": 65},
{"offset": "OTM4", "option_type": "PE", "action": "SELL", "quantity": 65}
]
}Sample cURL Request
Sample API Response (Iron Condor)
Sample API Request (Diagonal Spread - Different Expiry)
Sample API Response (Diagonal Spread)
Request Body
Parameter
Description
Mandatory/Optional
Default Value
Leg Object Fields
Parameter
Description
Mandatory/Optional
Default Value
Response Fields
Field
Type
Description
Results Array Fields
Field
Type
Description
Supported Strategies
Strategy
Legs
Description
Notes
Last updated