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