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

A contract deployment Id

Example
contract-deployment-123
tokenId
required
string

A token Id

Example
token-123
X-API-Key
string

API Key

X-API-Secret
string

API Secret

The metadata of the ERC721 token

object

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error