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 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