UnifyAPI
← Back to catalog

hyperliquid.order_book

mock data$0.003 / call

Hyperliquid Order Book

Get L2 order book depth for a perpetual pair on Hyperliquid

Cryptoprovider: Hyperliquid#hyperliquid#crypto

Input schema

coinrequired

Coin symbol (e.g. BTC, ETH)

string
mantissa

Mantissa for price rounding

integer
n_sig_figs

Number of significant figures for price levels

integer

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

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.