Ars6n9

Results 1 issues of Ars6n9

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...

help-wanted