Retrieve Collection Holders

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

Supported on Sui Mainnet.

🚧

The NFT Collection Holders API on Sui is currently exclusively available to Pro Members. However, non-Pro members can also enjoy a trial period with an allocation of 30 free calls. If you're interested, please register directly through here. Please note that the API Key can also be used for your RPC endpoint.

Parameter

  • objectType, string - the object type supplied for getting holders of an NFT collection.
  • cursor, string - next page cursor.
  • limit, integer - the maximum number of results to return per page. Defaults to 20, maximum is 50.

Response

object - a returned object with NFT collection holders info, next page index and total number of NFT collection holders. Contains:

  • data - an array of NFT collection holder objects. An empty array will be returned if there are no holders.
    • owner, string - the address of the owner of an NFT collection.
    • count, integer - the number of holders of an NFT collection.
  • nextPageCursor, string - Cursor used for paginating to the next page of results.
  • total, integer - the number of holders of an NFT collection.

For higher throughput, create your own API key.

Query Params
string
required
Defaults to 0xf1681f601a1c021a0b4c8c8859d50917308fcbebfd19364c4e856ac670bb8496::suishi::Suishi

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

string
int32
Defaults to 20
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json