https://www.binance.com/api/v1/depth?limit=500&sym...
Как вывести данные отсюда?
Пробовал вот так:
$page = file_get_contents('https://www.binance.com/api/v1/depth?limit=500&symbol=ZECBTC');
$json = json_decode($page, true);
echo $json['bids'][0];
Даёт ошибку.
Notice: Array to string conversion in C:\xampp\htdocs\parsers\parser_1\index.php on line 17
Array