Skip to content

Commit

Permalink
Update User.php
Browse files Browse the repository at this point in the history
putUserDataStream or  deleteUserDataStream no need signature
  • Loading branch information
chinacase authored May 12, 2021
1 parent 84cb1ba commit a2773d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Api/Spot/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand All @@ -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();
}

Expand Down

0 comments on commit a2773d5

Please sign in to comment.