v1

latestOpenAPI 3.1.02026-07-26360335.7 KB

Retrieve Collection Holders

Returns holders of a NFT collection by a given object type.

get/sui/nft/collection/holder

Query parameters

objectTypestring required

string - the object type supplied for getting holders of an NFT collection.

cursorstring
limitinteger

Response

200

codeinteger
messagestring

Example response

{
  "code": 200,
  "message": "Success",
  "result": {
    "data": [
      {
        "owner": "0x111fb2a8e2d67a4b5e761d0a9fc92e86eaad71d200168365f583f9861ac304cc",
        "count": 1
      }
    ],
    "nextPageIndex": 3,
    "total": 362
  }
}