Trade Hyperliquid.
Read the tape.
Signed orders on mainnet plus the full derivatives-analytics surface — funding, OI, liquidations, options Greeks, whale tape, on-chain valuation.
MetaMask or WalletConnect · No registration · Open source
HL markets
Venues ingested
No signup
Live mainnet
Live trading
EIP-712 typed-data orders, cancels, and builder approvals signed in your wallet. Keys stay client-side; markets and fills stream from Hyperliquid /info.
Crypto-derivatives data, in one place
Liquidation heatmaps, max-pain levels, funding arbitrage, options OI, MVRV-Z, NUPL, Puell, hashrate, ETF flows, treasuries — every flagship chart on a single URL.
Hyperliquid-native
Whale tape, vault tracker, HIP-3 markets, sub-second orderbook pressure — pulled directly from Hyperliquid's public API, ingested at the source.
Build on mmflow
Build on the same stack.
The terminal is built on reusable charting, order-flow, and read-only market-data modules. Embed the chart components, call the public API, and reuse the same primitives to build your own dashboards and research tools.
Terminal
Live Hyperliquid trading and an order-flow workbench — the first-party app built on the same chart and data stack.
Charts
Embeddable WebGL2 chart components — candles, volume, footprint, order-book heatmap, drawings, and custom indicators — with React & Vue bindings.
Data
Read-only market-data APIs — candles, funding, OI, liquidations, whales, options. One schema across venues, keys optional.
The analytics surface
Every flagship chart, one product.
A deep analytics surface across derivatives, Hyperliquid-native data, macro & on-chain, and synthesized signals — grouped so you find the one you need.
Funding · OI · Liquidations · Options
The core perp-analytics surface. Every page is free; archives we maintain ourselves so cross-coin views aren't gated.
4 tools in this suite — explore them on the left.
Data coverage
Everything a serious builder needs.
Tick-level trades to 4K orderbook heatmaps. Crypto and prediction markets, same schema.
Crypto
Real-time and historical. One schema across every exchange.
Exchanges
Data types
Orderbook heatmap
Candles, open interest, funding rates, liquidations, volume profiles, TPO, orderbook heatmaps — all of it, every exchange, one call.
Prediction markets
Every event. Every outcome. Every trader.
Full Polymarket coverage on the same unified API and schema — from market discovery to per-trader analytics.
polymarket analytics
# Discover Polymarket events
GET /v1/markets?exchange=POLYMARKET
&pageSize=20
# Candles for a specific market
GET /v1/points?type=TRADE_SIDE_AGNOSTIC_AGG
&exchange=POLYMARKET
&rawSymbol={conditionId}
# Orderbook depth for a Polymarket event
GET /v1/points?type=BLOCK_BOOK_SNAPSHOT_AGG
&exchange=POLYMARKET
&rawSymbol={conditionId}Open API
Every market, one schema.
Read-only REST + SSE across Hyperliquid, Binance, Bybit, OKX, Coinbase, Deribit, and more. TypeScript + Python SDKs, runnable cookbook recipes, live status page. Keys optional.
GET /api/v1/perps/oi
# Open interest across every venue — no key required
curl -s "https://mmflow.ai/api/v1/perps/oi?coin=BTC" | jq '.venues[]'
# Funding rates, same schema, all venues
curl -s "https://mmflow.ai/api/v1/perps/funding?coin=ETH"Open the terminal.
Connect a wallet and trade Hyperliquid on mainnet — or browse the full analytics surface free, no signup.