diff --git a/src/Api/Spot/User.php b/src/Api/Spot/User.php index 684eea5..18a664a 100644 --- a/src/Api/Spot/User.php +++ b/src/Api/Spot/User.php @@ -206,6 +206,7 @@ public function putUserDataStream(array $data=[]){ $this->type='PUT'; $this->path='/api/v3/userDataStream'; $this->data=$data; + $this->signature=false; return $this->exec(); } @@ -216,6 +217,7 @@ public function deleteUserDataStream(array $data=[]){ $this->type='DELETE'; $this->path='/api/v3/userDataStream'; $this->data=$data; + $this->signature=false; return $this->exec(); }