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."}