Get Runes Holders
Path parameters
runeidstringRequired
Query parameters
startintegerOptionalExample:
Start offset
0
limitintegerOptionalExample:
Number of inscriptions returned
16
Responses
200
successful operation
application/json
get
GET /v1/indexer/runes/{runeid}/holders HTTP/1.1
Host: open-api.unisat.io
Accept: */*
200
successful operation
{
"code": 0,
"msg": "",
"data": {
"total": 1,
"start": 0,
"detail": [
{
"address": "text",
"amount": "10000"
}
]
}
}

Last updated