get_orderbook_depth
ActiveTool of PredMCP
Full orderbook depth + slippage estimate for any Hyperliquid perp or HIP-4 market. Returns top of book, spread, cumulative depth at $100/$500/$1k/$5k tiers, and estimated slippage for a given order size. Critical for HIP-4 farming and low-liquidity assets where market orders get destroyed by slippage.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"coin"
],
"properties": {
"coin": {
"type": "string",
"description": "Asset ticker (BTC, ETH, SOL) or HIP-4 contract name (e.g. \"BTC>81041@20260512-0600\")"
},
"side": {
"enum": [
"buy",
"sell"
],
"type": "string",
"default": "buy",
"description": "Order side: \"buy\" (taker into asks) or \"sell\" (taker into bids)"
},
"size_usdc": {
"type": "number",
"default": 200,
"maximum": 1000000,
"minimum": 10,
"description": "Order size in USDC to estimate slippage for (default: 200)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
PredMCP
https://github.com/RavioleLabs/predmcp
1/7 registries