Interface

CollectionListResponse

CollectionListResponse

Properties:
Name Type Description
id id

unique ID of the collection

createdAt string

created time of the collection

updatedAt string

updated time of the collection

name string

Name of the collection

collectionImageUrl string

Banner image of the collection (shown on Myria marketplace)

description string

Description about the collections

iconUrl string

Avatar of the collection

contractAddress string

The unique smart contract for specific collection

ownerPublicKey string

Public stark key for the owner (who created this collection)

metadataApiUrl string

URL pointing to metadata files for assets in collection (example: https://gateway.pinata.cloud/ipfs/Qma8R9U69cASBfvUiLKrxfssVgrtGHfydTHvCYFW4Aiw5a)

starkKey string

Registered stark key of collection owner

publicId string

unique public ID (UUID) to identify the collection

isHot string

Hot status of the collection (true/false)

  • If hot is true, then the collection is shown on Myria's Marketplace Homepage
metadataSchema Array.<Metadata>

the metadata schema of the collection

project ProjectResponseData

Project details information

View Source types/CollectionTypes.ts, line 106