VOOZH about

URL: https://apify.com/hyperdata-labs/hyperliquid-hip4-outcome-markets

โ‡ฑ Hyperliquid HIP-4 Outcome Markets Scraper ยท Apify


๐Ÿ‘ Hyperliquid HIP-4 Outcome Markets Scraper avatar

Hyperliquid HIP-4 Outcome Markets Scraper

Pricing

Pay per usage

Go to Apify Store

Hyperliquid HIP-4 Outcome Markets Scraper

All live Hyperliquid HIP-4 prediction markets with order books, implied probabilities, depth, and optional Polymarket cross-venue comparison.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ hyperdata labs

hyperdata labs

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 days ago

Last modified

Share

Scrape every live prediction market on Hyperliquid HIP-4 in one run โ€” market names, full resolution criteria, live order-book prices, implied probabilities, spreads, and depth โ€” as clean structured JSON. No wallet, no node, no SDK, no RPC key required.

๐Ÿ†“ Currently free to run. You only pay Apify's platform compute (a few cents per run).


What is HIP-4?

HIP-4 is Hyperliquid's native prediction-market venue (live on mainnet since May 2026): fully-collateralized binary markets โ€” Fed rate decisions, sports champions, World Cup winners, macro events โ€” with a merged Yes/No order book and zero open fees. This actor turns the whole venue into a structured dataset you can analyze, monitor, or feed to an app or AI agent.

What you get โ€” one row per market

FieldDescription
outcomeIdHIP-4 outcome market id
nameMarket name (e.g. "June Fed rate change")
descriptionFull resolution criteria & settlement rules
sidesThe two outcome sides (e.g. ["Change", "No Change"])
impliedProbabilityMid price = market-implied probability of side 0
bestBid / bestAskLive top-of-book (side 1 = exact complement, 1 โˆ’ price)
bestBidSize / bestAskSizeTop-of-book sizes
spreadAsk โˆ’ bid โ€” liquidity quality at a glance
topBidDepthUsdTop-of-book depth in quote terms
quoteTokenCollateral token (USDC / USDH)
scrapedAtISO timestamp of the read

Why use it

  • Cross-venue comparison โ€” line HIP-4 probabilities up against Polymarket / Kalshi for the same event and spot divergences.
  • Dashboards & alerts โ€” track a fast-growing prediction venue's pricing as it matures.
  • Price-history datasets โ€” schedule it (e.g. every 15 min) to build a longitudinal archive from the venue's earliest months.
  • AI agents โ€” feed live event probabilities (Fed, sports, macro, geopolitics) into LLM pipelines as ready-to-use JSON.
  • Trading research โ€” implied probabilities, spreads and depth in one pull, no infra to maintain.

Input

{
"includeBooks":true,
"nameFilter":"fed",
"maxMarkets":200
}
InputDefaultDescription
includeBookstrueFetch live order books (bid/ask/mid/depth). Set false for a fast metadata-only listing.
nameFilterโ€”Case-insensitive substring filter on market names (e.g. "fed", "world cup"). Empty = all markets.
maxMarkets200Cap on the number of markets returned after filtering.

Output sample

{
"scrapedAt":"2026-06-13T06:50:00.000Z",
"outcomeId":104,
"name":"June Fed rate change",
"sides":["Change","No Change"],
"bestBid":0.00941,
"bestAsk":0.01619,
"impliedProbability":0.0128,
"spread":0.0068,
"topBidDepthUsd":14.0,
"quoteToken":"USDC"
}

How it works

The actor reads Hyperliquid's public info API (outcomeMeta for the market catalog, l2Book per market for live pricing โ€” HIP-4 coins use the #<10ยทoutcome+side> convention). It is fully read-only, rate-limited politely, and touches no account, position, or key.

Tips

  • Run on a schedule (Apify Scheduler) to build a price-history dataset โ€” prediction markets move on news, and early-venue data is scarce.
  • Use nameFilter to track a single event family (all Fed markets, all World Cup markets) cheaply.
  • The merged-book model means a buy of Yes at p equals a sell of No at 1 โˆ’ p โ€” impliedProbability already reflects this.

Built by hyperdata-labs โ€” structured data tools for the Hyperliquid ecosystem.

You might also like

๐Ÿ”ฎ Polymarket Prediction Markets โ€” Odds, Outcomes, Volume

nexgendata/polymarket-prediction-markets-tracker

Track Polymarket prediction markets: outcomes and outcome prices/odds, volume, liquidity, and end date. For traders, researchers, and media tracking event probabilities.

Polymarket World Cup 2026 Prediction Markets Scraper

jungle_synthesizer/polymarket-world-cup-2026-prediction-markets-scraper

Scrapes FIFA World Cup 2026 prediction markets from Polymarket โ€” live probabilities, volume, liquidity, and outcome prices for tournament markets including outright winner, group results, top scorer, and player props.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Polymarket Markets Scraper: Prices, Liquidity & Order Books

bright_oven/polymarket-markets

Scrape live Polymarket markets with prices, volume, liquidity, end dates and (optionally) full CLOB order books, including best bid/ask and dollar depth per outcome. Filter by tag, volume, liquidity. Clean JSON with token IDs correctly parsed.

Polymarket Prediction Market Scraper

crawlerbros/polymarket-scraper

Scrape Polymarket prediction markets like search markets, trending by volume, browse events, fetch single market details, and get recently resolved markets. No auth required.

10

Hyperliquid Pro Scraper โ€” Traders, Vaults & Markets

zhorex/hyperliquid-scraper

Real-time Hyperliquid DEX data โ€” perpetual markets, leaderboard, wallet positions, trade history, and vault performance. Built for DeFi quants, copy-trading research, and on-chain analytics. Pure HTTP, no auth needed.

Polymarket Prediction Market Scraper

parseforge/polymarket-scraper

Scrape Polymarket prediction markets at scale. Live odds, volume, liquidity, outcomes, and resolution history. Filter by category, status, date, or volume. Optional CLOB orderbook depth.

๐ŸŽฒ Kalshi Prediction Markets โ€” Odds, Probabilities, Volume

nexgendata/kalshi-prediction-markets-tracker

Track live Kalshi prediction markets: yes/no bid/ask, last price, implied probability, volume, liquidity, and close time. For traders, researchers, and media tracking event odds.

Polymarket Gamma Markets Scraper

parseforge/polymarket-gamma-markets-scraper

Browse Polymarket prediction markets through the Gamma API with filters for active, closed, tag slug, and order direction. Returns market id, question, slug, volume, liquidity, end date, outcomes, outcome prices, plus active and closed flags. Useful for forecasting research.