API Reference

Retrieve Collection Holders

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

πŸ“˜

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.

Language
Credentials
Header
Click Try It! to start a request and see the response here!