Hyperliquid Funding Rate & Premium Scanner avatar

Hyperliquid Funding Rate & Premium Scanner

Pricing

Pay per usage

Go to Apify Store
Hyperliquid Funding Rate & Premium Scanner

Hyperliquid Funding Rate & Premium Scanner

All Hyperliquid perps with annualized funding rate, open interest, premium, mark vs oracle — sorted by funding extremes. Clean JSON, no key.

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

6 days ago

Last modified

Share

Every Hyperliquid perpetual, ranked by funding rate — in one run. Annualized funding APR, open interest, premium (mark vs oracle), 24h volume, max leverage. Clean structured JSON, no wallet, no API key.

🆓 Free to run — you only pay Apify's platform compute (cents per run).

Why

Funding rate is the single most-watched number on a perp DEX: it's what longs pay shorts (or vice-versa) every hour, and extreme funding is where carry trades, squeezes, and mean-reversion setups live. This actor snapshots all ~230 Hyperliquid perps at once, annualizes the hourly funding to a comparable APR, and sorts by the extreme — so you can find the outliers instantly instead of clicking through the UI coin by coin.

What you get — one row per perp

FieldDescription
coinPerp symbol (BTC, HEMI, TRUMP, …)
fundingAprPctHourly funding annualized to %/yr (×24×365)
fundingHourlyPctRaw hourly funding rate (%)
premiumPct(mark − oracle) / oracle, in %
markPx / oraclePxMark and oracle prices
openInterestUsdOpen interest in USD notional
openInterestCoinsOpen interest in coin units
dayNtlVolumeUsd24h notional volume (USD)
maxLeverageMax leverage offered
scrapedAtISO timestamp

Use cases

  • Funding-carry screening — surface the perps paying the richest funding to long/short.
  • Squeeze / crowding radar — extreme negative funding = crowded shorts; extreme positive = crowded longs.
  • Dashboards & alerts — schedule it and alert when any coin's funding crosses a threshold.
  • Research datasets — run on a schedule to build a funding-rate history archive.
  • AI agents — feed structured funding/premium signals into LLM trading pipelines.

Input

{
"minAbsFundingAprPct": 50,
"minOpenInterestUsd": 100000,
"sortBy": "fundingAbs"
}
InputDefaultDescription
minAbsFundingAprPct0Only return perps with |annualized funding| ≥ this (%). 0 = all.
minOpenInterestUsd0Drop perps with OI below this (USD). 0 = no filter.
sortByfundingAbsfundingAbs / fundingSigned / openInterest / volume24h.

Output sample

{
"coin": "HEMI",
"fundingAprPct": 474.44,
"fundingHourlyPct": 0.054,
"premiumPct": 0.768,
"markPx": 0.063,
"oraclePx": 0.0625,
"openInterestUsd": 2185948,
"dayNtlVolumeUsd": 18400000,
"maxLeverage": 5,
"scrapedAt": "2026-06-13T13:57:00.000Z"
}

Notes

  • Reads Hyperliquid's public metaAndAssetCtxs info endpoint — fully read-only, no key, no account.
  • Funding on Hyperliquid is charged hourly; fundingAprPct annualizes it for cross-venue comparison (×24×365).
  • Schedule it (e.g. hourly) to build a longitudinal funding dataset.

Built by hyperdata-labs — structured data tools for the Hyperliquid ecosystem.