Get NFT's metadata
GET /v2/asset/meta/{contractDeploymentId}/{tokenId}
GET
/v2/asset/meta/{contractDeploymentId}/{tokenId}
Get metadata of a specific NFT by contract deployment ID and token ID.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” contractDeploymentId
required
string
contract-deployment-123A contract deployment Id
tokenId
required
string
token-123A token Id
Responses
Section titled “ Responses ”The metadata of the ERC721 token
object
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error