Cancel All Trigger Orders
Type: POST
Description: /future/trade/v1/entrust/cancel-all-plan
Remark: Content-Type = application/x-www-form-urlencoded && application/json
Limit Flow Rules
200/s/apikey
Parameters
Name | Type | Mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
symbol | string | true | Trading pair. e.g. btc_usdt |
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);
}