From f9bad4ccd41be049b622e9dfcac1f2f682df5fac Mon Sep 17 00:00:00 2001 From: sajad sholi Date: Tue, 31 Aug 2021 17:33:51 +0430 Subject: [PATCH] Fix-avgPrice-method --- php-binance-api.php | 1 + 1 file changed, 1 insertion(+) diff --git a/php-binance-api.php b/php-binance-api.php index e70bffbc..f85077c0 100755 --- a/php-binance-api.php +++ b/php-binance-api.php @@ -3024,6 +3024,7 @@ public function avgPrice(string $symbol) { $ticker = $this->httpRequest("v3/avgPrice", "GET", ["symbol" => $symbol]); return $ticker['price']; + } /*********************************************