Anybody successfully able to do this in a cloud function and not get a 1020 error from cloudflare?
await Moralis.Plugins.opensea.getAsset({
network: โmainnetโ,
tokenAddress: โ0xdbe8143c3996c87ecd639ebba5d13b84f56855c2โ,
tokenId: โ0โ,
});
Or does Moralis know when OpenSea de-lists an NFT or collection?
Thanks!