Get NFT Info
Request
In order to get a NFT info on-chain, SDK provides you with a getNFTInfo
endpoint to do so
Parameters
chainId
: Which chain to get from.collectionAddress
(string): Collection contract address.tokenId
(string): NFT token ID.
Response
Last updated