Polyrankdocs

Billing & plans

Plan matrix, the Founding Trader offer, and how crypto + card payments work.

Plans

FreeProQuantDesk
Price$0$39/mo ($390/yr)$149/mo ($1,490/yr)$799/mo ($7,990/yr)
API requests/mo30k50k500k5M
Requests/min601203001,000
Leaderboard depthtop 100fullfullfull
Full 77-metric grid
Ranking Builder
Compare
Webhook events/mo010k100k1M
Smart-money signals

Enterprise (custom quotas, SLA): [email protected]. The pay-per-request x402 agent tier is separate — no plan required.

Founding Trader

The first 250 seats get Pro at $23/mo or $230/yr — while your subscription stays active. Live seat counter: GET /v1/public/founding, or just visit polyrank.app/pricing.

Commercial license (Desk)

The Desk tier includes a commercial license: you may use Polyrank data and metrics internally at your firm and incorporate derived results into your own products and reports for your customers. It does not grant the right to resell or redistribute Polyrank's raw datasets or bulk feeds as a standalone data product, or to sublicense API access to third parties. Redistribution beyond this scope, or an enterprise license, is available on contract — [email protected].

Pay with crypto (USDC)

Native USDC checkout — no card, no processor:

  1. GET /v1/billing/crypto/quote returns the exact USDC amount and network options (Base or Polygon).
  2. Your wallet signs an EIP-3009 authorization in the checkout UI (passkey-backed via Turnkey — no browser extension needed).
  3. POST /v1/billing/crypto/confirm settles it; your plan activates for 30 days per payment.

Pay by card (Stripe)

POST /v1/billing/checkout-session opens Stripe Checkout; POST /v1/billing/portal-session opens the self-serve portal for invoices, card changes, and cancellation.

Check your plan

curl -s https://api.polyrank.app/v1/billing/me \
  -H "Authorization: Bearer pk_live_…"

Returns your plan code, period end, and feature flags — the same flags that drive 403 plan_required responses (see Errors).

On this page