Skip to main content
Glama

Hyperliquid MCP Server

by t3rmed

get_l2_book

Retrieve Level 2 order book data for cryptocurrency trading pairs on Hyperliquid DEX to analyze market depth and liquidity for informed trading decisions.

Instructions

Get L2 order book snapshot for a specific coin

Input Schema

NameRequiredDescriptionDefault
coinYesThe coin symbol (e.g., BTC, ETH, SOL)
nSigFigsNoNumber of significant figures for price aggregation (optional)

Input Schema (JSON Schema)

{ "properties": { "coin": { "description": "The coin symbol (e.g., BTC, ETH, SOL)", "type": "string" }, "nSigFigs": { "description": "Number of significant figures for price aggregation (optional)", "maximum": 5, "minimum": 1, "type": "number" } }, "required": [ "coin" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/t3rmed/hyperliquid-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server