Skip to main content
GET
/
v1
/
billing
/
tiers
List tiers
curl --request GET \
  --url https://api.polyfeed.dev/v1/billing/tiers
[
  {
    "id": "27b20245-02d0-45b1-98a2-55263dc5c8ec",
    "name": "pro",
    "priceUsdMonthly": "19.9000",
    "symbols": [
      "btc",
      "eth",
      "sol",
      "xrp"
    ],
    "marketLimits": {},
    "rateLimitPerMin": 120,
    "maxApiKeys": 10
  }
]

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.

Response

200 - application/json

OK

id
string<uuid>
required
name
string
required
priceUsdMonthly
string | null
required
symbols
string[]
required
marketLimits
required
rateLimitPerMin
integer
required
Required range: -2147483648 <= x <= 2147483647
maxApiKeys
integer
required
Required range: -2147483648 <= x <= 2147483647