[SOLVED]Anybody can help, what is cloud code?

Where to place these code?

https://docs.moralis.io/moralis-dapp/web3-api/rate-limit

Hi have a read through here: Cloud Functions - Moralis

You can use setAPIRateLimit directly in there.

1 Like

Below code will work?

Use the sample in the link you posted and adjust the parameters as needed.

Moralis.settings.setAPIRateLimit({
  anonymous:10, authenticated:20, windowMs:60000
})