Konu
Json ile veri çekme işlemi nasıl yapılır?
04-04-2022, 21:53:21
#4
may34
fetch("https://api.huobi.pro/market/trade?symbol=anmlusdt")
.then(x=>x.json())
.then(x=>console.log(x.tick.data[0].price))
Javascript basit olarak bu şekilde alabilirsin