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 by bettorAccounts
๐ ๐ค betSlips list by bettor
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."}