Rate Limits
Last updated
Last updated
The REST API rate limits requests by IP address AND, in some cases, by route.
IP Address: 250 requests per 10 seconds.
If you exceed this, a 429
error is thrown and you have to wait 60 seconds before resuming.
Route-specific limits: Routes with unique rate limits are specified in the route details within this documentation. e.g. .
If the route details do NOT specify a rate limit then the route does not have a specific rate limit.
If you exceed this, a 429
error is thrown and you have to wait 10 seconds before resuming requests to this specific route.