← Back to catalog
hyperliquid.market_data
mock data$0.002 / callHyperliquid Market Data
Get market metadata and mid prices for all perpetual pairs on Hyperliquid
Input schema
coin
stringSpecific coin symbol (e.g. BTC, ETH). Omit for all markets.
Call via REST
curl -X POST https://unifyapi.pro/api/call/hyperliquid.market_data \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"coin":"<coin>"}'