Get User Freemint Info
Request
try {
const apiProtocol = nft2Client.getAPIService();
const freemintInfo = await apiProtocol.getFreeMintInfo(
56, // chain id
'0x...', // collection address
'0x...', // campaign id
'0x...', // user wallet
);
console.log(freemintInfo)
} catch (e) {
console.error(e);
}Parameters
Response
Last updated