zaten aşağıdaki kodla çağırıyorum sorunsuzda geliyor ama karşı çektigim sunucu cogu zaman geç gönderiyor ben ayrı bi dosyada depolayıp yanıt gelmese bile en son bilgileri çekmesini istiyorum hızlı bir şekilde kısaca mysql kaydettirip ordan cektırmem lazım

$context = stream_context_create(array('http' => array('header'=>'Connection: close\r\n')));

$contents = file_get_contents('https://api.coinlore.net/api/tickers/' ,false,$context);

$jsonContent = json_decode($contents);