diff --git a/src/Api/Spot/Order.php b/src/Api/Spot/Order.php index abc3f0a..b20451b 100644 --- a/src/Api/Spot/Order.php +++ b/src/Api/Spot/Order.php @@ -106,7 +106,7 @@ public function getClientOrder(array $data=[]){ * */ public function getMatchresults(array $data=[]){ $this->type='GET'; - $this->path='/v1/order/orders/{order-id}/matchresults'; + $this->path='/v1/order/orders/'.$data['order-id'].'/matchresults'; $this->data=$data; return $this->exec(); }