Real-time

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.

oraclePriceHistory

Historical oracle, mark, and external perp prices for a coin — up to 2,000 points, across native and HIP-3 dexes.

request
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 }'
assetContext

Live oracle, mark, and mid prices plus impact prices and open interest. Query one coin or up to 20 at once.

request
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"] }'
allMids

Every perp mid price in one call. Pass ALL_DEXS for mids across all dexes.

request
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.