Market LabDocs

HIP-3 — Perpetual DEXs

Discover and stream builder-deployed Hyperliquid perpetuals.

HIP-3 uses hyperliquidf and a {dex}:{coin} symbol.

Discover

mlab markets --exchange hyperliquidf --refresh
mlab markets --exchange hyperliquidf --symbol xyz:TSLA

Read market data

mlab source orderbook --exchange hyperliquidf --symbol xyz:TSLA --depth 20

Python V2

candles = history.source("xyz:tsla@candles@hyperliquidf:timeframe=60")

There is no --hip 3 flag. The exchange and DEX-scoped symbol identify HIP-3. Core perpetuals also use hyperliquidf, with a base symbol such as BTC.

See HIP-3 execution.

On this page