GET {blockchain}/v2/nft/{nftContract}/{nftTokenId}

chain49.com

Summary: Get NFT metadata V2
Operation ID: getNFTMetaV2
Auth: unknown
Description

Only works on Ethereum-like blockchains (currently ethereum and bsc) Get metadata like name or description for a specified contract and token ID. The resulting data contains a link which can then be used to request the IPFS link for the actual image to display in a block explorer for example. Note: this route was implemented by us and is therefore not yet supported by existing blockbook clients.

Parameters (3)

blockchain (string, path, required)

NFT-compatible blockchain name

nftContract (string, path, required)

Address of NFT contract

nftTokenId (string, path, required)

Unique token ID of NFT

No probe data for this endpoint yet.