正在显示
1 个修改的文件
包含
6 行增加
和
0 行删除
| @@ -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 |
-
请 注册 或 登录 后发表评论