Get Claim Token Uri Info
Request
In order to get claim token uri info of an NFT, SDK provides you with a getClaimTokenUriInfo
endpoint to do so
Parameters
chainId
(number): Chain ID.collectionAddress
(string): Collection contract address.tokenId
(string | number): NFT token ID.
Response
Last updated