Last updated 3 months ago
/v1/indexer/runes/{runeid}/holders
Start offset
0
Number of inscriptions returned
16
curl -L \ --url 'https://open-api-fractal.unisat.io/v1/indexer/runes/{runeid}/holders' \ --header 'Authorization: Bearer JWT'
{ "code": 0, "msg": "", "data": { "total": 1, "start": 0, "detail": [ { "address": "text", "amount": "10000" } ] } }