Hyperliquid MCP Server

get_l2_book

Get the L2 book of a token on Hyperliquid

Input Schema

NameRequiredDescriptionDefault
requiredNo
symbolNoThe symbol of the token to get the price of

Input Schema (JSON Schema)

{ "properties": { "required": [ "symbol" ], "symbol": { "description": "The symbol of the token to get the price of", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools