Private beta

Market intelligence for prediction markets.

Implyra tracks prices, volume, liquidity and the wallets behind them across Polymarket, Kalshi and Hyperliquid — and serves it as a read-only dashboard and a REST + SSE API. The context around every market move, without running your own indexers.

3 venues·100+ REST endpoints·SSE streams·8 rolling timeframes·read-only

01 — Product

A price is one number. Implyra gives you everything around it.

Prediction-market prices move all day. The value is in the context — who bought, how much, where liquidity sits, and whether other venues agree. That context is what Implyra collects, normalizes and serves.

01Market screening

Rank and filter every market by price, volume, liquidity and participation — measured over eight rolling windows, from five minutes to thirty days.

5m15m30m1h4h24h7d30d

02Wallet & participant intelligence

See who is behind a market: positions, trading performance, cohorts, funding relationships and wallet clusters.

03Cross-venue divergence

Kalshi and Polymarket often list the same question at different prices. Implyra matches the contracts and measures the gap.

04Live streams

Subscribe to supported trades, signals and alerts over server-sent events, as they happen.

05Historical context

Snapshots and candlesticks show how a market got to where it is — not just where it is now.

06Read-only by design

Implyra observes markets. It holds no keys, places no orders and never touches execution.

02 — Surfaces

One data layer. Two ways to use it.

Read the market in the dashboard, or build on the same data through the API. Both are in private beta — access is requested, then confirmed personally.

For traders, researchers and analysts

The dashboard

A read-only intelligence experience: screen markets, open one, and see the full picture — movement, holders, wallets, venue comparison — without writing a line of code.

  • Market screening and filtering
  • Eight rolling change windows
  • Market detail and history
  • Wallet and participant profiles
  • Cross-venue divergence
  • Live trades and signals

Request dashboard access

For developers and quant teams

The API

REST endpoints and server-sent events for building screeners, research pipelines, alerting and market products. The same data as the dashboard, machine-shaped.

  • Markets and events
  • Participant intelligence
  • Wallets and cohorts
  • Cross-venue matching
  • Historical data
  • SSE streams
  • Commercial use on approved plans

Request API access

03 — Coverage

Three venues, one queryable layer.

Each venue contributes what it does best; Implyra ingests it continuously and normalizes it into one place.

  • PolymarketMarkets, events, positions, holders, wallets and onchain flow.
  • KalshiMarkets, events, trades, candlesticks and live orderbooks.
  • HyperliquidPerps, HIP-4 prediction markets, fills, positions and trader cohorts.
  • Timeframes5m / 15m / 30m / 1h / 4h / 24h / 7d / 30d
  • DeliveryREST + supported SSE streams
  • Moderead-only
  • Statusprivate beta

04 — API

One request, the context around the move.

This is the real shape of POST /markets/discover, verified against the implementation — one of 100+ REST endpoints. The orange fields show how a requested window comes back as a delta.

Example requestJSON

POST $IMPLYRA_BASE_URL/markets/discover
Content-Type: application/json

{
  "metrics": ["volume", "liquidity", "price"],
  "deltas": [
    { "metric": "volume", "window": "24h", "compare": "delta_pct" }
  ],
  "filters": {
    "operator": "AND",
    "conditions": [
      { "metric": "volume", "operator": "gte", "value": 100000 },
      { "metric": "price", "operator": "lt", "value": 0.9 }
    ]
  },
  "sort": { "metric": "volume", "window": "24h", "compare": "delta_pct" },
  "pagination": { "limit": 20 }
}

Example responseillustrative data

{
  "markets": [
    {
      "slug": "example-market-slug",
      "question": "Illustrative market question?",
      "category": "Crypto",
      "active": true,
      "price": 0.42,
      "stage": "peak",
      "available_windows": ["5m", "15m", "30m", "1h", "4h", "24h", "7d", "30d"],
      "metrics": { "volume": 1284512.33, "liquidity": 391204.5, "price": 0.42 },
      "deltas": {
        "volume_24h": { "abs": 184301.2, "pct": 16.75, "status": "ok" }
      }
    }
  ],
  "pagination": { "has_more": true, "next_cursor": "…" }
}

$IMPLYRA_BASE_URL is issued during private-beta onboarding — there is no public endpoint yet. Payload shapes match the implemented route; values are illustrative.

05 — Pricing

Founding-access pricing.

There is no self-service billing yet. Pick the plan that fits, request access, and the allocation is confirmed with you during private-beta onboarding — nothing is charged online.

Explore

$0

  • 10,000 monthly API requests
  • Dashboard access as availability allows during the beta
  • Core market discovery
  • Limited participant intelligence

Request access

Build

$99/month

  • 250,000 monthly API requests
  • Full REST access
  • Wallet and trader intelligence
  • Cross-venue analysis
  • Commercial use
  • Email support

Request access

Scale

$399/month

  • 2,000,000 monthly API requests
  • Everything in Build
  • Supported live SSE streams
  • Clusters, funding and anomalies
  • Priority onboarding

Request access

Founding-access pricing is locked for early partners.Need more than Scale? Custom volumes — ask.

Private beta

See the market. Build on the market.

Implyra is in private beta. Tell us what you are reading or building, and we will set up your access and allocation personally — every request gets a reply.