New: Real-time Liquidation Feeds

Real-time
Hyperliquid Intelligence

The fastest indexer for high-frequency trading data and liquidation tracking. Built for HFT firms and quant developers who demand zero compromise on latency.

check_circle WebSocket API
check_circle Liquidation Alerts
check_circle All Pairs Stream
api.hypedexer.com/v1/stream
// Connecting to real-time feed... > Connection established (4ms) // Stream subscription: fills
{
"type": "l2Book",
"coin": "HYPE",
"time": 1715428901234,
"levels": [
[24.52, 1250.4],
[24.51, 8420.1],
[24.50, 102.5],
]
}
Live update incoming...

Live Indexer Stats

Total Fills Indexed
1,892,104,521 +1.2k/s
Processed Events / Sec
42,850 peak: 65k
Active WebSocket Connections
1,248 Stable
New Feature

Real-time WebSocket
Liquidation Alerts

Stay ahead of cascading market movements. Get instant WebSocket notifications for every liquidation event across all Hyperliquid pairs. Essential for arbitrage, volatility strategies, and risk management.

  • flash_on Sub-millisecond latency notifications
  • filter_alt Filter by coin, size, or side
  • dataset Includes liquidation price, size & trader leverage

LIVE LIQUIDATION STREAM

wss://api.hypedexer.com/ws/liqs
LIQ_LONG SOL-USD
Sz: 1,240 SOL $184,290
LIQ_SHORT ETH-USD
Sz: 42.5 ETH $125,480
LIQ_LONG BTC-USD
Sz: 0.85 BTC $58,200
LIQ_LONG WIF-USD
Sz: 15,000 WIF $42,100
Product Spotlight

Hypedexer
Trade-Export

Need raw data for backtesting? Our specialized export tool allows you to download unlimited trade history directly to CSV or Parquet format.

  • download Unlimited Daily Fills Export
  • history Full Historical Depth (to Jan 25, 2025)
  • grid_on Parquet & CSV Support
trade-export.hypedexer.com
2024-05-15_fills.parquet Ready for Download
2024-05-14_fills.parquet Ready for Download
2024-05-13_fills.parquet Archived
Total exported size: 450 GB Bandwidth: Unlimited

Transparent Pricing

Choose the plan that fits your trading volume. Upgrade or downgrade anytime.

history Historical depth: until 25 Jan 2025 public Regions: Japan & Europe

Starter

$249 /month

Perfect for individual quants and small trading bots.

Rate Limit 5 RPS
Monthly Quota 500k Req
WS Connections 4
WS Subscriptions 5
Subscribe Now arrow_forward
MOST POPULAR

Growth

$899 /month

For professional traders and growing funds requiring speed.

Rate Limit 12 RPS
Monthly Quota 3M Req
WS Connections 10
WS Subscriptions 20
Subscribe Now bolt

Scale

$1999 /month

Maximum performance for high-frequency operations.

Rate Limit 30 RPS
Monthly Quota 12.5M Req
WS Connections 30
WS Subscriptions 60
Subscribe Now arrow_forward

Developer First Endpoints

No bloated SDKs to install. Access raw, high-performance HTTP and WebSocket endpoints directly from your preferred language or tool. Now featuring dedicated liquidation streams.

api

Standard HTTP/2

Universal compatibility with cURL, Postman, or any HTTP client.

bolt

Raw WebSockets

Persistent connections for real-time market data streaming.

warning

Liquidation Feed

Real-time alerts for liquidations across all pairs.

bash — 80x24
# Connect to Liquidation WebSocket stream
$ wscat -c wss://api.hypedexer.com/ws/v1/liquidation \
  -H "Authorization: Bearer <YOUR_API_KEY>"
< Connected (latency: 12ms)
> {"op": "subscribe", "channel": "all_liquidations"}
< {"type": "subscribed", "channel": "all_liquidations"}
< {"type": "liq", "coin": "SOL", "px": "141.2", "sz": "2400", "side": "LONG"}
< {"type": "liq", "coin": "ETH", "px": "2941.1", "sz": "12.5", "side": "SHORT"}
< _

Ready to build the future of trading?

Get your API keys today and start indexing Hyperliquid data with zero latency. No credit card required for read-only access.