This API endpoint retrieves the metadata of a Non-Fungible Token (NFT) by its unique token ID. The token ID serves as a unique identifier for each NFT within a collection, allowing users to access detailed information about a specific NFT.
Request Endpoint:
HTTP
GET /api/v2/contracts/{secretType}/{contractAddress}/tokens/{tokenId}/metadata
Parameter
Param Type
Description
Data Type
Mandatory
{secretType}
Path
The blockchain of the contract.
String
✅
{contractAddress}
Path
The contract address.
String
✅
{tokenId}
Path
The id of the token whose metadata you want to fetch.
Integer
✅
Example Request:
HTTP
GET /api/v2/contracts/MATIC/0x8b92df864bc1cdd103d92cba3c18b3f7492d815a/tokens/2/metadata