AllDocumentation Index
Fetch the complete documentation index at: https://polyfeed.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
/v1/* endpoints require a Bearer API key.
Key management
Keys are created and rotated at app.polyfeed.dev/keys. Tied to your Better-Auth account (Google / GitHub / email).- Keys are shown once on creation. Save to your secret manager immediately.
- Rotate at will — old keys revoke instantly.
- One account can hold many keys (one per environment, per bot, etc.).
Errors
| Status | Meaning |
|---|---|
401 Unauthorized | Missing or malformed Authorization header |
403 Forbidden | Key valid but tier doesn’t grant access to the requested coin or route |
429 Too Many Requests | Per-key rate limit hit. Honor Retry-After header |
Scopes
Tier determines which coins and routes a key can hit. See Rate limits for tier matrix. UseGET /v1/billing/tiers to enumerate live.