Hyperliquid Order Book
hyperliquid.markets.orderbookRetrieve L2 order book depth for a perpetual pair on Hyperliquid by specifying coin symbol, significant figures, and mantissa for price rounding.
Instructions
Get L2 order book depth for a perpetual pair on Hyperliquid
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | Coin symbol (e.g. BTC, ETH) | |
| n_sig_figs | No | Number of significant figures for price levels | |
| mantissa | No | Mantissa for price rounding |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |