Hyperliquid Spot Tracker — Every Spot Pair Live Price + Vol
Pricing
Pay per usage
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
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
| Field | Type | Default | Description |
|---|---|---|---|
symbols | array | all | Filter by base symbols (e.g. HYPE, PURR) |
minVolume24hUsd | integer | 10000 | Skip illiquid pairs |
minMarketCapUsd | integer | 0 | Skip below this market cap |
sortBy | string | volume_24h_desc | volume_24h_desc, market_cap_desc, change_24h_desc, change_24h_asc, symbol_asc |
limit | integer | 100 | Max rows |
alertChange24hPct | number | 0 | Telegram alert if any pair ` |
telegramBotToken | string (secret) | — | Bot token |
telegramChatId | string | — | Chat 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 API —
POST https://api.hyperliquid.xyz/infowith{"type": "spotMetaAndAssetCtxs"} - No API key required, no rate limits at this volume.
Related Actors
- Hyperliquid Whale Tracker — Perp side of the same ecosystem.
- Long-Short OI Aggregator — Compare HL perp positioning with the rest of the perp market.
- Smart Money Wallet Tracker — On-chain whale activity for HL-listed tokens.
🎬 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/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 details | https://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.