Hyperliquid Market Snapshot — All 231 Perp Markets avatar

Hyperliquid Market Snapshot — All 231 Perp Markets

Pricing

$5.00 / 1,000 snapshot fetcheds

Go to Apify Store
Hyperliquid Market Snapshot — All 231 Perp Markets

Hyperliquid Market Snapshot — All 231 Perp Markets

Single-call snapshot of all 231 Hyperliquid perpetual futures: mark/oracle price, 24h change, open interest (coins + USD), 24h volume, 8h funding rate (annualized), and premium. Market summary with top 10 by OI/volume/funding. $0.005/run flat.

Pricing

$5.00 / 1,000 snapshot fetcheds

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Categories

Share

What does Hyperliquid Market Snapshot do?

The Hyperliquid market snapshot Actor fetches complete HLP DEX market data for all active perpetual markets on Hyperliquid in a single API call. It returns mark price, oracle price, 24h price change, open interest (coin units and USD), 24h trading volume, 8-hour funding rate (raw and annualized), and premium (mark vs oracle spread) for every market. A market_summary item aggregates totals and highlights the top 10 markets by OI, volume, and funding rate extremes.

No API key is required. The entire Hyperliquid perpetuals overview completes in seconds.

Why use Hyperliquid Market Snapshot?

1. Real-time perpetuals monitoring Get a full cross-market view of Hyperliquid perpetuals — OI, volume, and funding — without writing your own WebSocket or REST client. Single-call architecture means the snapshot is consistent across all markets at the same timestamp.

2. Funding rate arbitrage scanning The annualized funding rate field (funding_rate_annualized_pct) makes it trivial to identify markets where the funding rate diverges significantly from other venues — a potential carry or arbitrage signal for delta-neutral strategies.

3. Market breadth and liquidity assessment Aggregate total OI and 24h volume across all Hyperliquid markets in one query. Use the top-10 summaries for instant liquidity tiering without post-processing.

4. Scheduled pipeline integration At $0.005 flat per run, continuous monitoring at 5–15 minute intervals costs under $2/day. Build alert pipelines that trigger when a specific market's OI or funding rate crosses a threshold.

5. Research and competitive analysis Compare HLP DEX market data against centralized exchange data to quantify market share, liquidity migration trends, and funding rate divergences on a per-asset basis.

How to use Hyperliquid Market Snapshot

  1. Open the Actor on Apify Store and click Try for free — no configuration required; default settings return all active markets.
  2. (Optional) Set minOiUsd or minVolumeUsd to filter out thin markets.
  3. (Optional) Set limit to return only the top N markets by open interest.
  4. Click Start. The Actor fetches Hyperliquid's metaAndAssetCtxs endpoint and saves results to the dataset.
  5. Schedule recurring runs via Apify Scheduler for continuous Hyperliquid market snapshot monitoring.

Input

FieldTypeDefaultDescription
minOiUsdnumber0Filter: minimum open interest in USD
minVolumeUsdnumber0Filter: minimum 24h trading volume in USD
limitinteger0 (all)Limit output to top N markets by OI

Minimal input (all markets, no filters):

{}

Top 20 most liquid markets only:

{
"minOiUsd": 1000000,
"limit": 20
}

Output

One dataset row per market:

{
"coin": "BTC",
"mark_price": 67842.5,
"oracle_price": 67801.0,
"premium_pct": 0.061,
"price_change_24h_pct": 2.34,
"open_interest_coins": 3241.8,
"open_interest_usd": 219987312.0,
"volume_24h_usd": 1840293000.0,
"funding_rate_8h": 0.000125,
"funding_rate_annualized_pct": 13.69,
"timestamp": "2026-09-01T08:00:00Z"
}

A market_summary item provides aggregate HLP DEX market data:

{
"type": "market_summary",
"total_markets": 231,
"total_oi_usd": 4823000000.0,
"total_volume_24h_usd": 18230000000.0,
"avg_funding_rate_annualized_pct": 9.2,
"top_10_by_oi": ["BTC", "ETH", "SOL", "ARB", "DOGE", "AVAX", "LINK", "SUI", "WIF", "EIGEN"],
"top_10_by_volume": ["BTC", "ETH", "SOL", "DOGE", "ARB", "PEPE", "AVAX", "LINK", "SUI", "WIF"],
"top_10_by_funding_abs": ["EIGEN", "PENDLE", "HYPE", "JUP", "WIF", "BOME", "POPCAT", "MEW", "MOG", "NEIRO"],
"timestamp": "2026-09-01T08:00:00Z"
}

Data fields

FieldDescription
mark_priceCurrent mark price used for liquidation calculations
oracle_priceExternal price oracle used for settlement
premium_pctMark vs oracle spread in % (positive = mark above oracle)
price_change_24h_pct24-hour price change percentage
open_interest_coinsOpen interest in native coin units
open_interest_usdOpen interest valued in USD at mark price
volume_24h_usd24-hour notional trading volume in USD
funding_rate_8hCurrent 8-hour funding rate (raw)
funding_rate_annualized_pctAnnualized equivalent of the 8h funding rate

Cost estimation

This Actor uses Pay-Per-Event (PPE) pricing — flat $0.005 per complete snapshot regardless of markets returned:

ScenarioFrequencyMonthly Cost
Single snapshot (one-off)$0.005
Every 15 minutes2,880 runs/month~$14.40
Every 5 minutes8,640 runs/month~$43.20
Hourly monitoring720 runs/month~$3.60

The flat-rate model means monitoring more markets does not increase cost — full Hyperliquid perpetuals overview costs the same as a filtered subset.

FAQ

Q: Does this require a Hyperliquid account or API key? No. The Actor uses Hyperliquid's public info endpoint. No account, API key, or authentication of any kind is required.

Q: How many markets does Hyperliquid currently have? At the time of writing, Hyperliquid lists 231+ perpetual markets. The Actor fetches all active markets dynamically, so new listings are automatically included without any configuration change.

Q: How does this compare to querying Hyperliquid's API directly? This Actor handles endpoint structure, data normalization, annualized funding rate calculation, and aggregate summaries for you. It also integrates natively with Apify Scheduler and the dataset API, making it immediately usable in pipelines without custom infrastructure.


Disclaimer: Unofficial. Not affiliated with Hyperliquid. Data is sourced from Hyperliquid's public API for informational purposes only. Not financial or investment advice.

Keywords: Hyperliquid market snapshot, Hyperliquid perpetuals overview, HLP DEX market data, Hyperliquid funding rate, Hyperliquid open interest, perp DEX analytics, Hyperliquid OI tracker, HLP market monitor


Feedback

If this actor powers your Hyperliquid research, a review helps others find it: Leave a review on Apify Store