fetch('https://api.opensea.io/api/v1/bundles?owner=0x30f2449b71a67bb22e09eee89438431686 189068')
.then(response => response.json())
.then(response => console.log(response.maker.bundles.user.username))
Как то так.
Хотя всего response не видно. Может там до maker еще что то есть.
|