php-binance-api
php-binance-api copied to clipboard
miniTicker isn't working
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
I have the same problem please help
me too