This endpoint retrieves the metadata of a specific token-type under an NFT contract. The blockchain, contract address, and the tokenTypeId needs to be supplied which is unique for each token-type. The response body includes complete information on the token-type metadata as well as the NFT contract.
Request Endpoint:
HTTP
GET /api/v2/contracts/{secretType}/{contractAddress}/token-types/{tokenTypeId}/metadata
Parameter
Param Type
Description
Data Type
Mandatory
{secretType}
Path
The blockchain of the contract.
String
✅
{contractAddress}
Path
The contract address.
String
✅
{tokenTypeId}
Path
The id of the token-type whose metadata you want to fetch.
Integer
✅
Example Request:
HTTP
GET /api/v2/contracts/MATIC/0x30d6cff9cb268c59c75a94755b2c60e118d65657/token-types/1/metadata