Get Collection Info
Request
try {
const mainnetClient = nft2Client.getNFT2ContractMultichain('mainnet');
const collection = await mainnetClient.getCollectionInfo(
43114,
"0x..." // collection address
);
console.log(collection)
} catch (e) {
console.error(e);
}Parameters
Response
Last updated