429 Too Many Requests

This error occurs when a client exceeds the allowed request rate for a given API token. Slow down your request frequency or use a different token.

STATUS:
  429 Too Many Requests
BODY:
{
  "code": 429001,
  "message": "You sent too many requests per second. Please use a different token or contact us to increase your rate limits."
}