API Playground
Fetch Collections
Retrieve all NFT Collections that have been created for your project application.
POST
Authorizations
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.
Body
application/json
Collection and pagination parameters. limit defaults to 10 and has a max limit of 500.
The body is of type object
.
Response
200
application/json
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[]
.