API reference / Builder-market perps (Hyperliquid HIP-3)
Builder-market perps (Hyperliquid HIP-3)
Synthetic 24/7 oracle-priced perps on permissionless builder DEXs — US equities, commodities (gold/oil/copper), FX, and global index perps that Hyperliquid's core perps and US-only stock feeds don't carry. Marks are a live proxy for the underlying, not its official quote.
3 endpoints. Pay per call in USDC via x402 with no account, or get unlimited calls for $99/mo. Every response is shaped { ticker, data, source, as_of }.
GET/api/v1/hip3/dexs$0.01
List Hyperliquid HIP-3 builder perp DEXs — 24/7 synthetic markets for stocks, commodities, FX & global indices
List every permissionless builder-deployed perp DEX on Hyperliquid (HIP-3). Each lists synthetic, oracle-priced 24/7 perp markets — US equities, commodities (gold, oil, copper), FX, and global index perps — that Hyperliquid's core perps and US-only stock feeds don't carry. Returns each DEX's id, name, deployer, and market count. Then read a DEX's markets at /api/v1/hip3/{dex}.
Example requestGET /api/v1/hip3/dexs
Example response coming soon — call the endpoint to see the live shape, or check /openapi.json.
GET/api/v1/hip3/{dex}$0.02
All markets in one HIP-3 builder DEX: 24/7 synthetic mark, funding & open interest
All markets in one Hyperliquid HIP-3 builder DEX (pass the dex id, e.g. `xyz`): 24/7 synthetic mark & oracle price, funding rate + APR, open interest, and day volume each. Covers equity perps (NVDA, TSLA), commodities (GOLD, BRENTOIL, COPPER), FX, and index perps. Oracle-priced proxies carrying funding — not the underlying's official last trade. List DEXs at /api/v1/hip3/dexs.
Example requestGET /api/v1/hip3/DEX
Example response coming soon — call the endpoint to see the live shape, or check /openapi.json.
GET/api/v1/hip3/{dex}/{market}$0.01
One HIP-3 builder-DEX market (e.g. xyz/NVDA, xyz/GOLD): 24/7 synthetic mark & funding
One market in a Hyperliquid HIP-3 builder DEX by underlying symbol (e.g. `xyz`/`NVDA`, `xyz`/`GOLD`): its 24/7 synthetic mark & oracle price, funding rate + APR, premium, open interest, and day volume. A round-the-clock live proxy for the underlying that carries funding — NOT its official last trade, exchange close, or spot price. List a DEX's markets at /api/v1/hip3/{dex}.
Example requestGET /api/v1/hip3/DEX/gold
Example response coming soon — call the endpoint to see the live shape, or check /openapi.json.