Get Runes Holders

Get runes holders by runeid

get
Authorizations
Path parameters
runeidstringRequired
Query parameters
startintegerOptional

Start offset

Example: 0
limitintegerOptional

Number of inscriptions returned

Example: 16
Responses
200
successful operation
application/json
get
GET /v1/indexer/runes/{runeid}/holders HTTP/1.1
Host: open-api-fractal.unisat.io
Authorization: Bearer JWT
Accept: */*
200

successful operation

{
  "code": 0,
  "msg": "",
  "data": {
    "total": 1,
    "start": 0,
    "detail": [
      {
        "address": "text",
        "amount": "10000"
      }
    ]
  }
}

Last updated