HIP-1 — Spot
Execute Hyperliquid native Spot orders.
HIP-1 uses exact BASE/QUOTE symbols and the hyperliquid venue.
Discover and trade
mlab markets --exchange hyperliquid --hip 1 --symbol HYPE/USDC
mlab trade buy HYPE/USDC --venue hyperliquid --margin 100 --dry-runPython V2
ctx.order({
"exchange": "hyperliquid",
"symbol": "HYPE/USDC",
"side": "buy",
"margin": 100,
})Spot does not use leverage, reduce-only, attached SL/TP, or mlab close.
See HIP-1 market data.