Hyperliquid Oracle Data
Oracle, mark, and mid prices for every Hyperliquid market — live and historical, across native and HIP-3 dexes — through a single API.
Oracle, mark & mid
Oracle price, mark price, mid price, impact prices, and open interest — the full pricing context for any market.
Live and historical
Read the current state with assetContext, or pull up to 2,000 historical points per coin with oraclePriceHistory.
Native + HIP-3
Prices across native Hyperliquid and every HIP-3 dex. Filter by dex, or query them all in one request.
Batched queries
Fetch up to 20 coins in a single assetContext call, or every perp mid at once with allMids.
oraclePriceHistoryHistorical oracle, mark, and external perp prices for a coin — up to 2,000 points, across native and HIP-3 dexes.
curl -X POST https://api.hydromancer.xyz/info \
-H "Authorization: Bearer $HYDROMANCER_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "type": "oraclePriceHistory", "coin": "BTC", "limit": 100 }'assetContextLive oracle, mark, and mid prices plus impact prices and open interest. Query one coin or up to 20 at once.
curl -X POST https://api.hydromancer.xyz/info \
-H "Authorization: Bearer $HYDROMANCER_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "type": "assetContext", "coins": ["BTC", "ETH", "SOL"] }'allMidsEvery perp mid price in one call. Pass ALL_DEXS for mids across all dexes.
curl -X POST https://api.hydromancer.xyz/info \
-H "Authorization: Bearer $HYDROMANCER_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "type": "allMids", "dex": "" }'Pricing data oracles can trust
Low latency, high stability, complete across every market — the same feeds powering oracle providers and risk engines on HyperCore.