Why i cant fetch any prices anymore ??? third time an issue using moralis this week with the price api. Is this something that will continue, or whats going on??? CANT RUN MY APP WITH THIS ISSUE CONTINOUSLY ARISING.
import Moralis from 'moralis';
try {
await Moralis.start({
apiKey: "YOUR_API_KEY"
});
const response = await Moralis.EvmApi.token.getTokenPrice({
"exchange": "uniswap-v2",
"address": "0xfe8546f4ac4180638edbc9ef9a5820450788e2ea"
});
console.log(response.raw);
} catch (e) {
console.error(e);
}
{
“message”: “Cannot read properties of null (reading ‘toString’)”
}