Rate Limiting
You can make 200 requests per minute to each API. Once you go over the rate limit, you will receive a 429 TOO MANY REQUESTS
error response.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>429 Too Many Requests</title>
<h1>Too Many Requests</h1>
<p>200 per 1 minute</p>
Last updated
Was this helpful?