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
Actor 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.
