Hello,
A few days ago, I was running into an issue with being rate limited when running this function:
await Moralis.Web3API.token.getTokenIdMetadata(options);
- I added some rate limiting code in my Front-end and also added some rate-limiting code in my Cloud Functions and that solved the problem.
Now today I’m noticing a new error sporadically, when I run the same function as above:
{"code":141,"error":"Invalid Server Auth"}
Is there some kind of authentication I’m required to do in order to run API calls against Moralis?
Thanks in advance!