Ratelimiting

The Memum API ratelimiting system is managed using credits. Different API endpoints will have different amount of weight in credits.

By default, the amount of credits per minute you will have is 120. You can request an increase at any time, but you must provide a reasonable explanation as to why you need the increase.

Headers

The Memum API will always return three headers for you to check the status of your ratelimit.

  • Credits-Per-Minute: This tells you how many credits you can spend every minute.

  • Credits-Remaining: How many credits are left to spend for the current minute.

  • Credits-Refresh-After: The number of seconds until Credits-Remaining resets.

Last updated