<?php
$opts = array(
'http'=>array(
'method'=>'GET',
'header'=>'origin: https://birdeye.so'
)
);
$context = stream_context_create($opts);
$file = file_get_contents('https://api.birdeye.so/amm/new_pairs?source=all', false, $context);
$file = json_decode($file, 1);
echo '<pre>';
print_r($file);
echo '</pre>';
?>
teşekkür ederim hocam.
ben direk tarayıcı linkinden çekmeye çalışıyordum dönmüyordu.
https://api.birdeye.so/amm/new_pairs?source=all
bu linke nasıl ulaştınız acaba? bir sonraki yapacağım şeyler için örnek olsun bana