作者 karlet

feat:查询所有订单

@@ -195,6 +195,12 @@ class BinanceSpot @@ -195,6 +195,12 @@ class BinanceSpot
195 return $this->requestAccount($method, $path, $param); 195 return $this->requestAccount($method, $path, $param);
196 } 196 }
197 197
  198 + public function openOrders($param){
  199 + $path = '/api/v3/openOrders';
  200 + $method = 'GET';
  201 + return $this->requestAccount($method, $path, $param);
  202 + }
  203 +
198 /* 204 /*
199 * ================================== 205 * ==================================
200 * 以下公共接口,无限apikey 206 * 以下公共接口,无限apikey