Hyperliquid Spot Tracker — Every Spot Pair Live Price + Vol avatar

Hyperliquid Spot Tracker — Every Spot Pair Live Price + Vol

Pricing

Pay per usage

Go to Apify Store
Hyperliquid Spot Tracker — Every Spot Pair Live Price + Vol

Hyperliquid Spot Tracker — Every Spot Pair Live Price + Vol

Live state for every spot pair on Hyperliquid DEX: mid / mark / oracle price, 24h volume, supply, market cap. Complement to HL perp data. Free HL API. PPE $0.001/pair.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Hyperliquid Spot Token Tracker

Live snapshot of every Hyperliquid spot pair (300+): mid/mark price, 24h volume, 24h change, circulating + total supply, implied market cap. Spot HL breakouts before they hit CEXes. No API key required.


What It Does

Hyperliquid is the dominant decentralized perp DEX — its spot market is its emerging ecosystem layer. This Actor returns every spot pair traded there with:

  • Mid + mark price
  • 24h volume (notional USD and base-token units)
  • 24h % change (vs previous day's price)
  • Circulating + total supply
  • Implied market cap (mid × circulating)

Filterable by symbol, min volume, min market cap. Sortable by gainers, losers, market cap, volume.


Why This Matters

  • Spot Hyperliquid breakouts often precede CEX listings. HYPE, PURR, and various meme/native tokens build their first price discovery here.
  • Perp + spot triangulation: Use this with our Hyperliquid Whale Tracker for full HL ecosystem coverage.
  • Native ecosystem signal: HL spot volume share growing = real on-chain liquidity migration to HL.

Input

FieldTypeDefaultDescription
symbolsarrayallFilter by base symbols (e.g. HYPE, PURR)
minVolume24hUsdinteger10000Skip illiquid pairs
minMarketCapUsdinteger0Skip below this market cap
sortBystringvolume_24h_descvolume_24h_desc, market_cap_desc, change_24h_desc, change_24h_asc, symbol_asc
limitinteger100Max rows
alertChange24hPctnumber0Telegram alert if any pair `
telegramBotTokenstring (secret)Bot token
telegramChatIdstringChat ID

Example: Top movers

{"sortBy": "change_24h_desc", "minVolume24hUsd": 100000, "limit": 20}

Example: Liquid HL spot leaderboard

{"sortBy": "volume_24h_desc", "limit": 30}

Example: Big pump alert

{"alertChange24hPct": 50, "telegramBotToken": "...", "telegramChatId": "..."}

Output

{
"pair": "HYPE/USDC",
"pair_index": 0,
"base_token": "HYPE",
"quote_token": "USDC",
"mid_price": 28.42,
"mark_price": 28.43,
"prev_day_price": 26.15,
"change_24h_pct": 8.68,
"volume_24h_usd": 142800000,
"volume_24h_base": 5042000,
"circulating_supply": 333800000,
"total_supply": 1000000000,
"market_cap_usd": 9486796000,
"is_canonical": true
}

Pricing

  • $0.001 per pair returned

Examples:

  • Top 100 by volume: $0.10
  • Full sweep (~300 pairs): $0.30

Use Cases

HL spot leaderboard — Schedule hourly, post top 10 movers to your Discord.

New-listing detector — Diff the pair list vs prior runs to catch newly-added tokens.

Cross-venue arb screen — Compare HL spot price against Binance/Coinbase for tokens listed on both.


Data Source

  • Hyperliquid Info APIPOST https://api.hyperliquid.xyz/info with {"type": "spotMetaAndAssetCtxs"}
  • No API key required, no rate limits at this volume.



🎬 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/hI0ygZ64dj7IB5kC1/items?clean=1&format=json
Dataset (CSV)https://api.apify.com/v2/datasets/hI0ygZ64dj7IB5kC1/items?clean=1&format=csv
Run summary (KVS)https://api.apify.com/v2/key-value-stores/2nVsOFrPyB2gBDH2g/records/SUMMARY
Run detailshttps://api.apify.com/v2/actor-runs/g5AETgGcui0NJ0KG6

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

Leave a review on Apify Store