Get a NFT details
GET /v2/asset/erc721/{assetId}
GET
/v2/asset/erc721/{assetId}
Get details of a specific NFT by asset ID.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” assetId
required
string
The ID of the NFT asset
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”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
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