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-LimitX-RateLimit-RemainingX-Request-ID
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.