Skip to main content

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.

The indexer ingests four entities continuously into TimescaleDB:
EntityCadenceEndpoint
MarketsDiscovery loop, ~1 min/v1/{coin}/markets
Orderbook snapshotsEvery CLOB update/v1/{coin}/markets/{conditionId}/snapshots
Top-of-book quotesDownsampled per timeframe/v1/{coin}/markets/{conditionId}/quotes
Mid-price ticksDownsampled per timeframe/v1/{coin}/prices

Coin coverage

Symbols available depend on your tier. Live list: GET /v1/billing/tiers. Today: BTC, ETH, SOL, XRP. New coins added as Polymarket lists them and as tier matrices update.

Timeframes

For downsampled endpoints (quotes, prices), pass tf=:
tfBucket size
1m1 minute
5m5 minutes
15m15 minutes
1h1 hour
1d1 day
Raw (per-event) snapshots have no tf — return every recorded update.

Out of scope

  • ❌ Trades — not indexed (CLOB makers/takers events skipped)
  • ❌ Streaming (SSE/WS) — REST only
  • ❌ Wallet auth (SIWE) — API key only
  • ❌ Bulk export (CSV/Parquet) — JSON only