test ettim array olarak alıyorum bu şekilde verileri.



$file = file_get_contents('https://poloniex.com/public?command=return24hVolume');
$file = json_decode($file,true);
echo "
";
print_r($file);
echo "
";




çıktı :