I want to display the current USDT Volume of upbit.
I have used coinmarketcap api for this. 
From this, we can see that spot_volume_usd is in this path: $JSON['data']['upbit']['spot_volume_usd'].
Test it this way:
$usdtvalue = $stats['data']['upbit']['spot_volume_usd'];
