OpenSea Plugin in Cloud Function -- error 1020 or best way to get Delisting

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!

If you try that later it may work. Or if you have an opensea api key.

We donโ€™t have an endpoint that says when opensea delists a collection.

1 Like