Explore
$0
- 10,000 monthly API requests
- Dashboard access as availability allows during the beta
- Core market discovery
- Limited participant intelligence
Private beta
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
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
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
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.
For developers and quant teams
REST endpoints and server-sent events for building screeners, research pipelines, alerting and market products. The same data as the dashboard, machine-shaped.
03 — Coverage
Each venue contributes what it does best; Implyra ingests it continuously and normalizes it into one place.
04 — API
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
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
Build
$99/month
Scale
$399/month
Founding-access pricing is locked for early partners.Need more than Scale? Custom volumes — ask.
Private beta
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.