|
...
|
...
|
@@ -151,14 +151,14 @@ class BinanceSpot |
|
|
|
{
|
|
|
|
$path = '/api/v3/userDataStream';
|
|
|
|
$method = 'POST';
|
|
|
|
return $this->requestAccount($method, $path, $param);
|
|
|
|
return $this->requestMarket($method, $path, $param);
|
|
|
|
}
|
|
|
|
//延长 Listen Key 有效期 (USER_STREAM)
|
|
|
|
public function listenKeyDelay($param)
|
|
|
|
{
|
|
|
|
$path = '/api/v3/userDataStream';
|
|
|
|
$method = 'PUT';
|
|
|
|
return $this->requestAccount($method, $path, $param);
|
|
|
|
return $this->requestMarket($method, $path, $param);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
...
|
...
|
|