Hi there,
I am using the following code to fetch NFT transactions for each block. It was working okay, but now it doesn’t work with No block found (the block exists on Etherscan!)
const response = await Moralis.Web3API.native.getNFTTransfersByBlock(
options
);