Last updated 6 months ago
successful operation
0
""
const response = await fetch('https://open-api.unisat.io/v1/indexer/runes/{runeid}/holders', { method: 'GET', headers: {}, }); const data = await response.json();
{ "code": 0, "msg": "", "data": { "total": 1, "start": 0, "detail": [ { "address": "text", "amount": "10000" } ] } }