Hyperliquid Data,
One API Call Away

Clean, fast, reliable access to orderbooks, trades, candles, funding rates and liquidations. One API key. Simple JSON responses. Ship in minutes.

Get Started Free View Documentation
import requests, pandas as pd, io

r = requests.get(
    "https://smartsui.io/api/bulk/BTC/l2book",
    headers={"X-API-Key": "hlc_your_key"},
    params={"last_hours": 4}
)
df = pd.read_parquet(io.BytesIO(r.content))

Built for Quant Traders

Real-Time Streams

Sub-second WebSocket feeds for orderbook updates, trades, and funding rate changes.

💾

Historical Archives

Complete tick-by-tick trades, full L2 order book snapshots, and funding rate archives. Download as Parquet, CSV, or JSON.

{'<>'}

Dead Simple API

One API key, clean JSON responses, Python & JavaScript SDKs. From zero to production in under 5 minutes.

Simple, Transparent Pricing

Free
$0/mo
  • 1,000 calls/day
  • REST API only
  • 5 symbols
  • Community support
Get Started
Enterprise
Custom/mo
  • Unlimited calls
  • Dedicated infrastructure
  • Custom endpoints
  • SLA guarantee
  • Dedicated account manager
Contact Sales