hey there,
Moralis is rate limiting me for sending too many requests. I am trying to send 10-20 requests at a same time asynchronus using https://deep-index.moralis.io/api/v2/
and i get 429 error. Is there any way to bypass that ? I need all requests to happen at the same time
you will get rate limited based on your plan, if you want to be able to make more requests in the same second you can get a better plan that allows more requests/compute units per second
nah im not paying 500$ just for that. Im just trying to get the token ids. Any other FREE way to do it ?
you can use a delay between requests and not making all requests at the same time