|
@@ -182,6 +182,12 @@ class BinanceSpot |
|
@@ -182,6 +182,12 @@ class BinanceSpot |
|
182
|
$method = 'PUT';
|
182
|
$method = 'PUT';
|
|
183
|
return $this->requestListenKey($method, $path, $param);
|
183
|
return $this->requestListenKey($method, $path, $param);
|
|
184
|
}
|
184
|
}
|
|
|
|
185
|
+ public function order($param)
|
|
|
|
186
|
+ {
|
|
|
|
187
|
+ $path = '/api/v3/order/test';
|
|
|
|
188
|
+ $method = 'POST';
|
|
|
|
189
|
+ return $this->requestListenKey($method, $path, $param);
|
|
|
|
190
|
+ }
|
|
185
|
|
191
|
|
|
186
|
/*
|
192
|
/*
|
|
187
|
* ==================================
|
193
|
* ==================================
|