← Back to catalog
hyperliquid.order_book
mock data$0.003 / callHyperliquid Order Book
Get L2 order book depth for a perpetual pair on Hyperliquid
Input schema
coinrequired
stringCoin symbol (e.g. BTC, ETH)
mantissa
integerMantissa for price rounding
n_sig_figs
integerNumber of significant figures for price levels
Call via REST
curl -X POST https://unifyapi.pro/api/call/hyperliquid.order_book \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"coin":"<coin>","mantissa":0,"n_sig_figs":0}'