Skip to content

Get NFT's metadata

GET
/v2/asset/meta/{contractDeploymentId}/{tokenId}

Get metadata of a specific NFT by contract deployment ID and token ID.

contractDeploymentId
required
string
contract-deployment-123

A contract deployment Id

tokenId
required
string
token-123

A token Id

The metadata of the ERC721 token

object

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error