Back to All

getContractMetadata won't return contractDeployer

const options = {method: 'GET', headers: {accept: 'application/json'}};

fetch('https://arb-goerli.g.alchemy.com/nft/v3/docs-demo/getContractMetadata?contractAddress=0x5587Ca81bA5331c8AC71D0C59ba3eCE612fF69e4', options)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));

ReadMe