Get Collection Holders

Return the owner information of a specific collection

get
Authorizations
Path parameters
collectionIdstringRequired
Query parameters
heightnumberOptional
startnumberRequired
limitnumberRequired
Responses
200
Default Response
application/json
get
GET /v1/collection-indexer/collection/{collectionId}/holders HTTP/1.1
Host: open-api-fractal.unisat.io
Authorization: Bearer JWT
Accept: */*
200

Default Response

{
  "code": 1,
  "msg": "text",
  "data": {
    "total": 1,
    "list": [
      {
        "address": "text",
        "count": 1
      }
    ]
  }
}

Last updated