Skip to main content
Quota is shared by all active API keys on the same account. Creating more keys does not multiply account quota.

Current plan limits

The live Pricing page is the source of truth. At publication time, the API limits are: News, Smart Money, and Meme Signals consume the data-call pool. Published AI Signals consume the AI-signal pool. Only successful 2xx dataset responses consume quota. Dataset responses include:
  • X-RateLimit-Limit
  • X-RateLimit-Remaining
  • X-Request-ID
Use GET /api/v1/usage to read the current period start/end and the used, limit, and remaining values for both pools.

Common errors

For 429 and 503, use bounded exponential backoff with jitter. Do not retry 401 or 403 continuously; correct the credential or access configuration.