Skip to content

Rate Limiting

Victor Lee edited this page May 23, 2020 · 4 revisions

Starting with version 2.1.0, IEXSharp will automatically rate limit if you send requests too quickly. This is done with an exponential back-off strategy when a 429 HTTP code is returned by IEX. This is the reason that Polly is now a dependency.

Clone this wiki locally