|
...
|
...
|
@@ -195,6 +195,12 @@ class BinanceSpot |
|
|
|
return $this->requestAccount($method, $path, $param);
|
|
|
|
}
|
|
|
|
|
|
|
|
public function openOrders($param){
|
|
|
|
$path = '/api/v3/openOrders';
|
|
|
|
$method = 'GET';
|
|
|
|
return $this->requestAccount($method, $path, $param);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* ==================================
|
|
|
|
* 以下公共接口,无限apikey
|
...
|
...
|
|