Answer the question
In order to leave comments, you need to log in
How to display json data?
https://www.binance.com/api/v1/depth?limit=500&sym...
How to withdraw data from here?
Tried like this:
$page = file_get_contents('https://www.binance.com/api/v1/depth?limit=500&symbol=ZECBTC');
$json = json_decode($page, true);
echo $json['bids'][0];
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question