Market motion
Price, volume, liquidity, trade, and holder movement across eight queryable windows.
5m → 15m → 1h → 6h → 24h → 7d → 14d → 30dHistorical intelligence across Polymarket, Kalshi, and Hyperliquid, with realtime trade and fill streams where supported. Query market deltas, wallet behavior, trader cohorts, and cross-venue divergence without running the indexers.
FOUNDING ACCESS OPEN · DIRECT ENGINEERING SUPPORT
A market at 42¢ means less than a market that moved from 28¢ while smart-money participation doubled.
Implyra makes that second sentence queryable.
Derived market data, assembled once and made composable.
Price, volume, liquidity, trade, and holder movement across eight queryable windows.
5m → 15m → 1h → 6h → 24h → 7d → 14d → 30dHolders, whales, smart-money cohorts, funding traces, and behavioral similarity.
wallet → behavior → cohort → marketMatched Polymarket and Kalshi contracts with comparable prices and changing spread.
POLY 0.63 :: KALSHI 0.57 :: Δ 0.06Enriched trade and fill streams for tracked wallets, cohorts, alerts, and automations.
event → enrich → evaluate → emitOne request can combine market state with historical movement and cohort behavior. Build from the answer instead of maintaining the pipeline behind it.
/markets/{market_slug}/analyticsExact holder counts, realized PnL estimates, and classified trader cohorts for a Polymarket market.
curl --request GET \
--url 'https://api.implyra.com/markets/{market_slug}/analytics' \
--header 'Authorization: Bearer $IMPLYRA_API_KEY'{
"holders": {
"yes_holders": 1842,
"no_holders": 927,
"total_holders": 2769
},
"pnl": {
"yes_holders_total_pnl": 284131.42,
"no_holders_total_pnl": -113905.18,
"total_pnl": 170226.24
},
"trader_types": {
"yes": {
"insider_holders": 14,
"smart_money_holders": 71,
"whale_holders": 29
},
"no": {
"insider_holders": 4,
"smart_money_holders": 33,
"whale_holders": 18
}
},
"meta": {
"marketId": "0x7e...9a2",
"slug": "market-slug"
}
}Purpose-built ingestion. One intelligence layer.
| VENUE | STATUS | SURFACES |
|---|---|---|
| PMPolymarket | LIVE | Market discoveryHolder deltasWallet graphEnriched trades |
| KAKalshi | INDEXED | Markets & eventsOrderbooksOHLCVVenue matching |
| HLHyperliquid | LIVE | HIP-4 outcomesPerpetualsFill historyWallet analytics |
NOTE // Realtime applies to supported trade and fill streams. Other datasets update on documented collection cadences.
Terminals, agents, bots, and dashboards start from normalized intelligence instead of raw venue events.
Track momentum, cohort flow, wallet behavior, and venue divergence in one query surface.
Use historical snapshots and consistent windows for analysis that can be rerun and compared.
Tell us what you’re building. We’ll help map the data surface you need.
GET FOUNDING ACCESS