Rate Limits and Quotas
FutPicks APIs are rate-limited to protect the scoring, data, and operations layers.
Rate limit policies
Section titled “Rate limit policies”| Policy | Limit | Applies to |
|---|---|---|
public-read | 120 requests/min | Public endpoints |
auth | 20 requests/min | Authenticated endpoints |
register | 5 requests/hour | Registration |
429 responses
Section titled “429 responses”When a limit is exceeded, the response includes a Retry-After header indicating the number of seconds to wait before retrying:
HTTP/1.1 429 Too Many RequestsRetry-After: 60Usage endpoints
Section titled “Usage endpoints”Use the Data API usage endpoints to inspect current-period consumption and quota state:
curl https://futpicks.com/api/v1/data/usage \ -H "Authorization: Bearer $FUTPICKS_TOKEN"