For majority of users, this API will return 429 Too Many Requests once you start to get rate limited. This will last some number of seconds and the limit is generally 50 requests per second.
When creating this Client, with intent to re-use, we should allow you to retry-with-fallback in a standard way that you can configure the delay. For example just wait a second if you get the characteristic error -- 429 Too Many Requests.