CancelOrder

Endpoint URL

Local Host   :  http://127.0.0.1:5000/api/v1/cancelorder
Ngrok Domain :  https://<your-ngrok-domain>.ngrok-free.app/api/v1/cancelorder
Custom Domain:  https://<your-custom-domain>/api/v1/cancelorder

Sample API Request


{
    "apikey": "<your_app_apikey>",
    "strategy": "Test Strategy",
    "orderid": "1000000123665912"
}

Sample API Response


{
        "orderid": "1000000123665912",
        "status": "success"
}

Parameters Description

ParametersDescriptionMandatory/OptionalDefault Value

apikey

App API key

Mandatory

-

strategy

Strategy name

Mandatory

-

orderid

Order Id

Mandatory

-

Last updated