Skip to main content

Collection Model

caution

model is currently under development.

Standardised Response

All collection data is returned in a standardised format in a .json response. Not all NFTs belong to a collection, as collections are only available for certain marketplaces. All fields are nullable.

{
"collection_id": string,
"name": string,
"description": string,
"chain": string,
"collection_nfts": Array<nftids>,
"total_volume": number,
"floor_price": number,
"best_offer": number,
"owners": int,
"unique_owners": number,
"associated_urls": Array<collectionurls>,
}

Explanations