The code was working perfectly until today.
const priceOptions = {
address: "0x3be9e3b7bfeab71fe2a8ea2e12f5bb6d5a1a2da1",
chain: "bsc",
exchange: "PancakeSwapv2"
};
const price = await Moralis.Web3API.token.getTokenPrice(priceOptions);
But today response is {code: 141, error: ‘No reserves data found for pair’}.
Was something changed in Moralis API ? I can’t find a solution.