ripper.funDocs

Where would you like to start?

↑ ↓ to navigate Enter to open · Esc to close
Browse documentation
Docs/Developers

Rate limits & access

Understand cost budgets, earned tiers, and data limits.

Cost-based budgets

Selected developer routes use cost units rather than counting every request equally. Data that needs an upstream provider costs more than a cheap local read. The anonymous, user, agent, and partner tiers have different budgets. Trading-class routes have their own multiplier; they are not unlimited.

Check your current limits

Call get_entitlements with your MCP credentials to inspect history depth, bar resolution, page size, and related capabilities. GET /api/v1/keys also returns your effective tier for the signed-in wallet. The table below reads the current application configuration.

TierCost / minuteHistory ceilingFinest barBars / request
anonymous60030 days60s500
user1,80090 days60s1,000
agent6,000365 days15s5,000
partner60,0001825 days1s50,000

Earned access

Higher tiers can be earned from eligible platform fees recorded for your wallet. The current calculation uses a recent activity window and stored tier information. Do not assume fees on an unrelated venue or network count toward a tier; check the effective value returned by the app.

Backoff and data coverage

On 429, honor Retry-After and reduce concurrent requests. History limits describe what you may request, not how much data exists for a token. Some requests clamp to your tier’s maximum; restricted tools can instead return a structured tier_required error.