Skip to content

Get a collection details

GET
/v2/asset/erc721/collection/{collectionId}

Get details of a specific NFT collection.

collectionId
required
string

The unique identifier for the collection

AssetCollectionIdParamDto
required
X-API-Key
string

API Key

X-API-Secret
string

API Secret

Collection details

object
collectionId
required

The collectionId of the ERC721 collection

string
name
required

The name of the ERC721 collection

string
description
required

The description of the ERC721 collection

string
contractDeploymentId
required

The contractDeploymentId of the ERC721 collection

string
logoId

The logoId of the ERC721 collection

string
chainId

The chainId of the ERC721 collection

number
tokenStandard
required

The tokenStandard of the ERC721 collection

string