sunu dener misin


$file = file_get_contents('http://poloniex.com/public?command=return24hVolume');
$json = json_decode($file, true);

foreach ($json as $coin) {
print_r($coin);
echo "
";
}

?>