Rate Limits

The API limit currently stands at 300 requests per minute after which a client must wait for a minute before their requests can be honored again.

Too many requests in quick succession will result in status code of 429.

A good way to handle limits is to build a retry mechanism around the 429 status codes when received.

Last updated