Skip to content
noxstock
Reference

Plans and limits

Endpoint access, minute rate limits, and quotas.

PlanPriceMinute rate limitQuotaIncluded routes
Free$0/mo30/min100/day/search, /coverage, /snapshot, /valuation
Starter$29/mo60/min10,000/monthAll current v2 routes
Builder$99/mo300/min75,000/monthAll current v2 routes

Free route set

Free is intentionally limited to the proof workflow:

  1. Discover a symbol with /v2/search.
  2. Confirm support with /v2/coverage.
  3. Pull broad context with /v2/snapshot.
  4. Check valuation with /v2/valuation.

All other routes return PLAN_UPGRADE_REQUIRED on Free.

Subscription changes

When your Clerk Billing subscription changes, noxstock syncs your existing Unkey API keys to the current plan:

  • upgrade/update/active → existing keys receive the new plan metadata and rate limit
  • cancel at period end → keys stay on the paid plan until the subscription ends
  • ended/past due → existing keys are downgraded to Free
  • user deletion → keys are revoked

Headers

Minute limits are reflected in response headers:

X-RateLimit-Limit: 60
X-RateLimit-Remaining: 59
X-RateLimit-Reset: 1798912312

Quota or rate-limit failures return RATE_LIMITED and may include Retry-After.