Skip to main content

Rate Limits

PlanRequests/minConcurrent
Free605
Starter30020
Pro1,00050
EnterpriseCustomCustom

Monthly Quotas

Quotas reset on the 1st of each month. When exceeded:
  • Free plan: Requests blocked until reset
  • Paid plans: Overage billing at per-request rate

Check Quota

const quota = await lucid.usage.quota();
console.log("Limit:", quota.limit);
console.log("Used:", quota.used);
console.log("Remaining:", quota.remaining);