Rate limits are enforced per API key, reset every minute, in-memory (resets on api restart). Hit a limit →Documentation Index
Fetch the complete documentation index at: https://polyfeed.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
429 Too Many Requests with Retry-After header.
Tiers
Live tier catalog:
GET /v1/billing/tiers. The values below are reference snapshots.| Tier | Coins | Routes | Req/min | Price (USDC/mo) |
|---|---|---|---|---|
| Free | BTC | markets, prices | 10 | $0 |
| Starter | BTC, ETH | + snapshots, quotes | 60 | TBD |
| Pro | + SOL, XRP | all | 300 | TBD |
| Enterprise | all | all | 1000+ | custom |
403 Forbidden.
Headers
Every response carries:| Header | Meaning |
|---|---|
X-RateLimit-Limit | Requests allowed per minute on your tier |
X-RateLimit-Remaining | Requests left in current window |
X-RateLimit-Reset | Unix epoch seconds when window resets |
429:
| Header | Meaning |
|---|---|
Retry-After | Seconds to wait before retry |