validTo APIs requests are rate-limited. You can make up to 120 requests per minute for API endpoint.

If you exceed your rate limit, the API will returns the following error:

HTTP/ 429 Too Many Requests

{  
   "success":"false",
   "result":"Too Many Requests"
}