From d6bf722cc627e84576581522a62d6bb2b620cc5c Mon Sep 17 00:00:00 2001 From: artturik Date: Thu, 22 Feb 2018 01:12:39 +0200 Subject: [PATCH] Typo --- php-binance-api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-binance-api.php b/php-binance-api.php index 7d866a71..eda89bf0 100644 --- a/php-binance-api.php +++ b/php-binance-api.php @@ -283,7 +283,7 @@ private function tickerStreamHandler($json) { "bestBid" => $json->b, "bestBidQty" => $json->B, "bestAsk" => $json->a, - "bestaskQty" => $json->A, + "bestAskQty" => $json->A, "open" => $json->o, "high" => $json->h, "low" => $json->l,