SDK Rate Limit

There's a rate limit of 20 req/s per logged in user. You will get the following error if you go over the limit:

{
  "error": true,
  "code": "1010",
  "message": "TooManyRequests"
}

Last updated