Get NFT protocol-scoped onchain data
Request
In order to get protocol-scoped onchain data of NFT on a data registry, SDK provides you with a getNFTProtocolMetaData
endpoint to do so
Parameters
chainId
: Which chain to get from.collectionAddress
(string): Collection contract address.tokenId
(string): NFT token ID.
Response
Last updated