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

miniticker: Could not connect: Connection to tls://stream.binance.com:9443 timed out after 20 seconds

Open zohrehda opened this issue 4 years ago • 2 comments

hi i want to use websocket

$api = new Binance\API( '',''); $api->caOverride = true;

$api->miniTicker(function($api, $ticker) { print_r($ticker); });

but I got this error: miniticker: Could not connect: Connection to tls://stream.binance.com:9443 timed out after 20 seconds

zohrehda avatar Apr 30 '21 15:04 zohrehda

unfortunately you haven't provided enough info for me to determine the issue output from the following tools may help.

nslookup mtr nmap

dmzoneill avatar May 05 '21 18:05 dmzoneill

chart(DOTUSDT,15m)) Could not connect: Connection to tls://stream.binance.com:9443 timed out after 60 seconds

staywithdream avatar May 18 '21 18:05 staywithdream