No reserves data found for pair on BSC

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.

1 Like

it seems to be something related to bsc, we’ll have to check

1 Like

I have the same problem:

Error: response status is 400

{
“message”: “No reserves data found for pair”
}

yes, we are still working on fixing it

@slavy, @bjolbordi, you can try now

1 Like

Thanks a lot, it’s working now

1 Like

Thanks for the good support!

1 Like