get https://api.blockberry.one/sui/v1/collections
Get a list of all NFT collections on the Sui Network.
This is the Pro endpoint, currently available for free as part of the API campaign.
We provide the following metadata for this endpoint:
Object | Parameter | Description |
---|---|---|
Collection | collectionName | The name of an NFT collection. |
collectionImg | A link to an NFT collection image. | |
securityMessage | A message warning the user that this is a collection of a scam NFT. | |
Package | packageId | The ID of the package by which an NFT collection is created. |
packageName | The name of the package deployed by the project for which an NFT collection is created. | |
projectName | The name of the project for which an NFT collection is created. | |
projectImg | A link to the image of the project for which an NFT collection is created. | |
Creator | creatorAddress | The address hash of the account that created an NFT collection. |
creatorName | The name of the account that created an NFT collection. | |
creatorImg | A link to the image of the account that created an NFT collection. | |
creatorSecurityMessage | A message warning that the account that created an NFT collection is involved in scam activity. |