php-binance-api icon indicating copy to clipboard operation
php-binance-api copied to clipboard

miniTicker isn't working

Open Ars6n9 opened this issue 5 years ago • 2 comments

Here is my code:

$api = new \Binance\API(env('BINANCE_API_KEY'), env('BINANCE_API_SECRET'));
$api->miniTicker(function($api, $ticker) {
  print_r($ticker);
});

And I got the following error: miniticker: Could not connect: All attempts to connect to "stream.binance.com" have failed

thank you

Ars6n9 avatar May 11 '20 02:05 Ars6n9

I have the same problem please help

majidadigozal avatar Jul 07 '20 11:07 majidadigozal

me too

vancedapp avatar Mar 07 '21 23:03 vancedapp