Default limits
Enterprise plans get higher ceilings and/or dedicated rate-limit buckets — contact support.
Response headers
Every response includes:Limit— total requests in the current windowRemaining— requests left before throttlingReset— Unix timestamp when the window resets
When you hit the limit
Sly returns429 Too Many Requests with a Retry-After header:
Retry-After. Don’t retry immediately — it extends the window.
Graceful handling in the SDK
The Node SDK automatically respects429 + Retry-After:
Bulk operations
For high-volume workflows, use batch endpoints instead of parallel individual requests:POST /v1/transfers/batch— hundreds of transfers in one requestPOST /v1/acp/checkouts/batch— batch ACP checkoutsPOST /v1/ucp/checkouts/batch— batch UCP checkouts