Hyperliquid Funding Rate Tracker (Perp APR, OI) avatar

Hyperliquid Funding Rate Tracker (Perp APR, OI)

Pricing

$1.00 / 1,000 pair trackeds

Go to Apify Store
Hyperliquid Funding Rate Tracker (Perp APR, OI)

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

$1.00 / 1,000 pair trackeds

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

8 days ago

Last modified

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.


⚡ Run in 30 seconds

Click Start with default settings — you get live funding rates (hourly, daily, annualized APR) and open interest for the top 100 Hyperliquid perp pairs, sorted by absolute funding magnitude. No API key needed.


Input Parameters

ParameterTypeDefaultDescription
symbolsarray[]Perp symbols to include (BTC, ETH, SOL, …). Empty = all HL perps.
minOpenInterestUsdinteger100000Skip pairs whose USD open interest is below this.
sortBystringabs_funding_descSort order for rows.
limitinteger100Max pairs to return.
alertAbsAprPctnumber0Telegram alert when
telegramBotTokenstringTelegram bot token.
telegramChatIdstring``Telegram chat ID to send alerts to (get it from @userinfobot)

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

FieldExampleNotes
coinSOLHL pair name
mid_price65.07mid of best bid/ask
mark_price65.05clearing price
oracle_price65.09external reference
premium-0.000151(mark - oracle) / oracle
funding_hourly_pct-0.001435hourly rate in %
funding_daily_pct-0.0344× 24
funding_apr_pct-12.57× 24 × 365
open_interest_base4,029,206.14in base units
open_interest_usd262,091,800.99in USD
volume_24h_usd222,975,...
change_24h_pct+3.10
max_leverage40

Use cases

  1. Funding arbitrage — Sort by abs_funding_desc to find pairs paying you to hold
  2. Cross-exchange arb — Compare HL funding vs CEX (Binance/OKX) for delta-neutral trades
  3. Sentiment indicator — Negative funding on majors = bearish positioning
  4. Risk management — Avoid going long in pairs with very positive funding (over-crowded longs)
  5. 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.

RunPairsCost
All HL perps230$0.23
Top 50 by APR50$0.05
BTC/ETH/SOL only3$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

sortByDescription
abs_funding_descLargest absolute APR first (default)
funding_descMost positive APR (long pays short)
funding_ascMost negative APR (short pays long)
oi_descLargest open interest
volume_24h_descMost traded

Data source

Hyperliquid Info APImetaAndAssetCtxs. Free, no key, public.




🎬 Live Sample Run

A real run of this actor with default-ish inputs, executed on 2026-06-10:

FieldValue
Items in dataset15
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 detailshttps://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