正在显示
1 个修改的文件
包含
6 行增加
和
0 行删除
| @@ -189,6 +189,12 @@ class BinanceSpot | @@ -189,6 +189,12 @@ class BinanceSpot | ||
| 189 | return $this->requestAccount($method, $path, $param); | 189 | return $this->requestAccount($method, $path, $param); |
| 190 | } | 190 | } |
| 191 | 191 | ||
| 192 | + public function cancelOrderById($param){ | ||
| 193 | + $path = '/api/v3/order'; | ||
| 194 | + $method = 'DELETE'; | ||
| 195 | + return $this->requestAccount($method, $path, $param); | ||
| 196 | + } | ||
| 197 | + | ||
| 192 | /* | 198 | /* |
| 193 | * ================================== | 199 | * ================================== |
| 194 | * 以下公共接口,无限apikey | 200 | * 以下公共接口,无限apikey |
-
请 注册 或 登录 后发表评论