Hyperliquid Funding Rate Tracker (Perp APR, OI)
Pricing
Pay per usage
Hyperliquid Funding Rate Tracker (Perp APR, OI)
Live perpetual funding rate (hourly / daily / annualized APR), open interest USD, mark/oracle prices and 24h volume across every Hyperliquid perp pair. Compare HL funding vs CEX. Telegram alerts on extreme APR. No API key required.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Hojun Lee
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Hyperliquid Funding Rate Tracker
Live perpetual funding rate (hourly / daily / annualized APR), open interest USD, mark/oracle prices and 24h volume across every Hyperliquid perp pair (230+). Detect extreme funding for funding-rate arbitrage. No API key required.
Why this exists
Hyperliquid is the largest decentralized perpetual exchange, but its data tools are still maturing. Funding-rate strategies (longing the spot + shorting overpriced funding, or vice versa) are one of the few market-neutral trades that consistently work — but you need real-time funding APR across 200+ pairs to spot opportunities.
This actor wraps the HL metaAndAssetCtxs endpoint and:
- Annualizes hourly funding into APR (the metric every trader actually compares)
- USD-denominates open interest (so you can sort by liquidity)
- Surfaces 24h volume and price change in the same row
- Triggers Telegram alerts when |APR| crosses a threshold
What you get per row
| Field | Example | Notes |
|---|---|---|
coin | SOL | HL pair name |
mid_price | 65.07 | mid of best bid/ask |
mark_price | 65.05 | clearing price |
oracle_price | 65.09 | external reference |
premium | -0.000151 | (mark - oracle) / oracle |
funding_hourly_pct | -0.001435 | hourly rate in % |
funding_daily_pct | -0.0344 | × 24 |
funding_apr_pct | -12.57 | × 24 × 365 |
open_interest_base | 4,029,206.14 | in base units |
open_interest_usd | 262,091,800.99 | in USD |
volume_24h_usd | 222,975,... | |
change_24h_pct | +3.10 | |
max_leverage | 40 |
Use cases
- Funding arbitrage — Sort by
abs_funding_descto find pairs paying you to hold - Cross-exchange arb — Compare HL funding vs CEX (Binance/OKX) for delta-neutral trades
- Sentiment indicator — Negative funding on majors = bearish positioning
- Risk management — Avoid going long in pairs with very positive funding (over-crowded longs)
- Alerts — Get pinged when any pair crosses 50% APR (extreme — opportunity window)
Quick start
Default — top 100 pairs ranked by |APR|
{}
Track BTC + ETH + SOL with $1M+ open interest
{"symbols": ["BTC", "ETH", "SOL"],"minOpenInterestUsd": 1000000,"sortBy": "funding_desc"}
Alert on extreme funding (|APR| ≥ 50%)
{"alertAbsAprPct": 50,"telegramBotToken": "YOUR_BOT_TOKEN","telegramChatId": "YOUR_CHAT_ID"}
Find the 20 pairs with highest funding payouts (short side)
{"limit": 20,"sortBy": "funding_desc","minOpenInterestUsd": 500000}
Pricing
Pay-Per-Event: $0.001 per pair returned.
| Run | Pairs | Cost |
|---|---|---|
| All HL perps | 230 | $0.23 |
| Top 50 by APR | 50 | $0.05 |
| BTC/ETH/SOL only | 3 | $0.003 |
Hourly scan of all pairs = ~$5.50/day. Vs Coinglass Pro at $69/mo, you break even after 12 days of hourly polling.
Output sort options
sortBy | Description |
|---|---|
abs_funding_desc | Largest absolute APR first (default) |
funding_desc | Most positive APR (long pays short) |
funding_asc | Most negative APR (short pays long) |
oi_desc | Largest open interest |
volume_24h_desc | Most traded |
Data source
Hyperliquid Info API — metaAndAssetCtxs. Free, no key, public.
Related actors (same author)
- Hyperliquid Whale Tracker — Top HL trader positions + PnL
- Hyperliquid Spot Tracker — Spot pairs on HL DEX
- CEX Funding Aggregator — Compare HL vs CEX funding for arb
- Long-Short OI Aggregator — Positioning across CEXs
🎬 Live Sample Run
A real run of this actor with default-ish inputs, executed on 2026-06-10:
| Field | Value |
|---|---|
| Items in dataset | 15 |
| Dataset (JSON) | https://api.apify.com/v2/datasets/ylmuIfXbkiGnL3D8L/items?clean=1&format=json |
| Dataset (CSV) | https://api.apify.com/v2/datasets/ylmuIfXbkiGnL3D8L/items?clean=1&format=csv |
| Run summary (KVS) | https://api.apify.com/v2/key-value-stores/uZG65G4z09098yNUC/records/SUMMARY |
| Run details | https://api.apify.com/v2/actor-runs/YqWD89eGttBxd0Xn2 |
Try it now: pop any of the dataset URLs in your browser to see live output, or hit the API endpoints from your code.
Want to reproduce? Click Try Actor on the Apify Store page and use the input defaults shown above.
Feedback
A short review helps other traders find it: Leave a review on Apify Store