Ok
const response = await fetch('https://alephium.nownodes.io/addresses/{address}/utxos', { method: 'GET', headers: {}, }); const data = await response.json();
{ "utxos": [ { "ref": { "hint": 0, "key": "text" }, "amount": "text", "tokens": [ { "id": "text", "amount": "text" } ], "lockTime": 0, "additionalData": "text" } ] }