Get Claim Token Uri Info
Request
try {
const apiProtocol = nft2Client.getAPIService();
const claimUriInfo = await apiProtocol.getClaimTokenUriInfo(
56, // chain id
'0x...', // collection address
'123', // token id
);
console.log(claimUriInfo)
} catch (e) {
console.error(e);
}Parameters
Response
Last updated