ModifyGttOrder
Endpoint URL
Local Host : POST http://127.0.0.1:5000/api/v1/modifygttorder
Ngrok Domain : POST https://<your-ngrok-domain>.ngrok-free.app/api/v1/modifygttorder
Custom Domain: POST https://<your-custom-domain>/api/v1/modifygttorder{
"apikey": "<your_app_apikey>",
"strategy": "My GTT Strategy",
"trigger_id": "23132604291205",
"trigger_type": "SINGLE",
"exchange": "NSE",
"symbol": "IDEA",
"action": "BUY",
"product": "CNC",
"quantity": 1,
"pricetype": "LIMIT",
"price": 9.60,
"triggerprice_sl": 9.65,
"triggerprice_tg": 0,
"stoploss": null,
"target": null
}Sample API Request
Sample API Response
Parameters
Description
Mandatory/Optional
Default Valueapikey
Last updated