Last updated 6 months ago
successful operation
0
""
const response = await fetch('https://open-api.unisat.io/v1/indexer/address/{address}/runes/{runeid}/utxo', { method: 'GET', headers: {}, }); const data = await response.json();
{ "code": 0, "msg": "", "data": { "utxo": [ { "address": "text", "satoshi": 10000, "scriptPk": "text", "txid": "text", "vout": 0, "runes": [ { "amount": "10000", "runeid": "2584327:44", "rune": "AAAAAAAAAAAAAB", "spacedRune": "AAAAA•AAA•AAAAA•B", "symbol": "G", "divisibility": 0 } ] } ] } }