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 asset

string
tokenId
required

The tokenId of the ERC721 token

string
contractDeploymentId
required

The FSCO contractDeploymentId

string
collectionId
required

The collectionId of the ERC721 token

string
createdAt
required

The createdAt of the ERC721 token

string
status
required

The status of the ERC721 token

string
templateId

The templateId of the ERC721 token

string
ownerAddress

The ownerAddress of the ERC721 token

string
metadata

The metadata of the ERC721 token

object