Cancel Trigger Orders
Type: POST
Description: /future/trade/v1/entrust/cancel-plan
Remark: Content-Type = application/x-www-form-urlencoded && application/json
Limit Flow Rules
200/s/apikey
Parameters
Name | Type | Mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
entrustId | integer | true | N/A | Trigger order ID |
Request Example
Java
public void getKLine() {
String text = HttpUtil.get(URL + "/data/api/future/trade/v1/getKLine?market=btc_usdt&type=1min&since=0");
System.out.println(text);
}