but didn't find anything useful
fetch('https://api.binance.com/api/v1/ticker/price?symbol=ETHUSDC')
.then(res => res.json())
.then(data => {
console.log(data)
});
u know how ?
This is client side code. You need to do it on the server
Обсуждают сегодня