"status": "success",
"data": {
"network": "DOGE",
"prices": [
{
"price": "0.00003556",
"price_base": "LTC",
"exchange": "cryptsy",
"time": 1401185325
}
]
}
I know I can access the top value like this.
echo $access->status;
But how do I access the sub values underneath? The ones in "data"?
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.