Skip to content

Commit

Permalink
update swap cancel algos
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaini528 committed Oct 12, 2020
1 parent 906c272 commit 0c361b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Swap/Orders.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function postOrderAlgo(array $data=[]){
* */
public function postCancelAlgos(array $data=[]){
$this->type='POST';
$this->path='/api/swap/v3/cancel_batch_algos';
$this->path='/api/swap/v3/cancel_algos';
$this->data=$data;
return $this->exec();
}
Expand Down

0 comments on commit 0c361b1

Please sign in to comment.