Large List Rate Limiting

overview

Certain endpoints have the potential to return large datasets and are throttled more aggressively than other endpoints. The rate limit for the endpoints below is 20 requests per second.

Endpoints

๐Ÿ“œ betSlips list

๐Ÿ“œ๐Ÿ“ฑbetSlips by bettorAccounts

๐Ÿ“œ ๐Ÿ‘ค betSlips list by bettor

๐Ÿ“œ marketSelection list

๐Ÿ“œ bookRegions List

best practices

Ensure requests are spaced appropriately, and add handling for the rate-limited response to all high-traffic endpoints.

example response

rate limiting responses will have a status code 429.

{"detail":"Request was throttled."}