CancelGttOrder
Endpoint URL
Local Host : POST http://127.0.0.1:5000/api/v1/cancelgttorder
Ngrok Domain : POST https://<your-ngrok-domain>.ngrok-free.app/api/v1/cancelgttorder
Custom Domain: POST https://<your-custom-domain>/api/v1/cancelgttorder{
"apikey": "<your_app_apikey>",
"strategy": "My GTT Strategy",
"trigger_id": "23132604291205"
}Sample API Request
{
"apikey": "<your_app_apikey>",
"strategy": "My GTT Strategy",
"trigger_id": "23132604291205"
}Sample API Response
Endpoint URL
Sample API Request
Sample API Response
Parameters
Description
Mandatory/Optional
Default Value
Last updated