Retrieve all NFT Collections that have been created for your project application.
The API Key you were given in the developer portal. API keys are associated with your organization's project application and can have read or write permissions and an optional expiration date.
Collection and pagination parameters. limit defaults to 10 and has a max limit of 500.
The body is of type object
.
Contains a list of all Collections created for a project containing their status
, id
, collectionId
(AssetHub ID), and additional data.
The response is of type object[]
.