LinkSquares · Rate Limits

Linksquares Rate Limits

LinkSquares publishes a single documented rate limit for its API: 15 requests per second with a burst of 30. Requests above that ceiling receive a "Rate exceeded" error and further calls stop and fail to protect platform performance. The limit is documented in the LinkSquares API Overview and is not broken out per endpoint or per product; it applies across the Analyze and Finalize surfaces that share the same API token.

Linksquares Rate Limits is the machine-readable rate-limit profile for LinkSquares on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 2 rate-limit definitions, measuring requests.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Contract Management, CLM, Contracts, Rate Limiting, and Quotas.

2 Limits Throttle: 429
Contract ManagementCLMContractsRate LimitingQuotas

Limits

API Requests account
requests
15 per second
Documented steady-state limit across the LinkSquares API.
Burst account
requests
30
Documented short burst ceiling above the steady-state 15 rps.

Policies

Rate Exceeded Error
Requests beyond the limit return a "Rate exceeded" error and subsequent calls stop and fail to protect platform performance.
Backoff Strategy
Clients should throttle to 15 rps, implement exponential backoff with jitter, and retry after receiving rate-exceeded responses.

Sources