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