may34 adlı üyeden alıntı: mesajı görüntüle
<?php
$url = "https://api.huobi.pro/market/trade?symbol=anmlusdt";
$json = file_get_contents($url);
$json_data = json_decode($json, true);
echo "price=: ". $json_data["tick"]["data"][0]["price"];
?>
Teşekkürler hocam.İşime yaradı