What is the maximum amount of API calls per second on the business plan?

Iโ€™m interested in getting all nfts owned by a single user.
According to the docs, the limit for the pro plan is 2 calls per second. What is the limit for the business plan?

You can compute the limit per second by dividing the number of compute units associated with a plan (you can find that information in pricing page) with the number of compute units used by that api call (you can find this from the http headers or from an endpoint that shows all the weights for all the endpoints)

Hmm so there isnโ€™t a web page that shows how many compute units each api call consumes?

Nvm found it :slight_smile: https://docs.moralis.io/reference/compute-units

But this is a bit confusing, how is the limit 2 requests/s for the pro plan if the weight is 5CUs (and the pro plan allows 60CU/s)?

I donโ€™t know how you got to that limit of 2 requests per second, if the weight is 5CU/s then you should be able to make close to 10 requests per second

1 Like