Hyperliquid Funding Rate & Premium Scanner
Pricing
Pay per usage
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
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
| Field | Description |
|---|---|
coin | Perp symbol (BTC, HEMI, TRUMP, …) |
fundingAprPct | Hourly funding annualized to %/yr (×24×365) |
fundingHourlyPct | Raw hourly funding rate (%) |
premiumPct | (mark − oracle) / oracle, in % |
markPx / oraclePx | Mark and oracle prices |
openInterestUsd | Open interest in USD notional |
openInterestCoins | Open interest in coin units |
dayNtlVolumeUsd | 24h notional volume (USD) |
maxLeverage | Max leverage offered |
scrapedAt | ISO 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"}
| Input | Default | Description |
|---|---|---|
minAbsFundingAprPct | 0 | Only return perps with |annualized funding| ≥ this (%). 0 = all. |
minOpenInterestUsd | 0 | Drop perps with OI below this (USD). 0 = no filter. |
sortBy | fundingAbs | fundingAbs / 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
metaAndAssetCtxsinfo endpoint — fully read-only, no key, no account. - Funding on Hyperliquid is charged hourly;
fundingAprPctannualizes 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.