Skip to content

Get a NFT details

GET
/v2/asset/erc721/{assetId}

Get details of a specific NFT by asset ID.

assetId
required
string

The ID of the NFT asset

X-API-Key
string

API Key

X-API-Secret
string

API Secret

NFT details

object
id
required

The id of the ERC721 token

string
contractDeploymentId
required

The contractDeploymentId of the ERC721 token

string
collectionId
required

The collectionId of the ERC721 token

string
status
required

The status of the ERC721 token

string
Allowed values: minting minted available listed staked in_transit retired sold purchased
minted
createdAt
required

The createdAt of the ERC721 token

string
tokenId
required

The tokenId of the ERC721 token

string
templateId
required

The templateId of the ERC721 token

string
ownerAddress
required

The ownerAddress of the ERC721 token

string
metadata
required

The metadata of the ERC721 token

object